I'm following the tutorial on TypeScript website to add TypeScript and Angular 2 to my ASP.net MVC project. The tutorial from Typescript website can be found here.
I have followed the tutorial point by point; however I keep getting the following error at the end:
"tsc.exe" exited with code 1.
The project works perfectly up to adding Angular 2.
I have tried installing Microsoft.TypeScript.MSBuild and Microsoft.TypeScript.Compiler as they were suggested here. However that didn't fix the problem.
Any ideas on how to fix this problem?