I'm trying to use SystemJS modules in Visual Studio 2013 with TypeScript, but Visual Studio shows errors.
This is my setup:
Project file (VS 2013 does not support tsconfig.json):
<TypeScriptToolsVersion>1.8</TypeScriptToolsVersion>
<TypeScriptModuleKind >system</TypeScriptModuleKind>
<TypeScriptTarget>es5</TypeScriptTarget>
This is what I see:
This issue is related to this question, however, the answer there is 'use VS 2015', which simply is not an option for me.
Is there any way to use SystemJS with TypeScript in Visual Studio 2013? It doesn't have to be ES6-style modules, just any combination of SystemJS and TypeScript will do. Thanks!
I don't know if you already tried to set SystemJS as module system in the preferences:
If still doesn't work, try to follow this guide: http://www.codeproject.com/Articles/1060262/First-Angular-App-with-TypeScript-and-Visual-Studi from "Setting Up Visual Studio Project".
By the way, VB 2013 is a very old version of the software, is there any reason why shouldn't you migrate to a newer version?
It seems that there just isn't a solution for this. Upgrading to VS2015 is the only way to fix it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With