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
compileOnSave
and buildOnSave
set to false. Does something need to be added to the projects .csproj
to ensure it isn't compiled?
When debugging the ASP.NET MVC5 project, it compiles all .ts
files.
Thank you for any help you can provide.
See Question&Answers more detail:os