For a Visual Studio projects such as a ASP.NET MVC5, how do you disable compiling of TypeScript files on build/debug?
I currently have tsconfig.json
tsconfig.json
For Visual Studio 2015, adding below line under PropertyGroup helped me.
true