I'm trying to add Typescript to an existing .NET MVC project. I however get weird error-messages when I try to build. The Intellisense works and I can see that the typeings works. I can also see the .js-files being generated on manual save, meaning that the compileOnSave works. It's only when I try to build the whole project the errors show up.
I use the following settings in Visual Studio 2015:
Have installed typescript 2.0.3
Added the following devDependencies in my package.json-file
- My tsconfig-file looks like this
- This is how i import the dependencies specified in the package.json-file.