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
I had this issue, tested all the thinks that was propuse here without success,
But after adding this things worked:
3.9
Seems like the version that I was using did compile no matter the settings.