对于Visual Studio项目(如ASP.NET MVC5),如何在构建/调试时禁用TypeScript文件的编译?
我现在有tsconfig.json compileOnSave和buildOnSave设置为false.是否需要在项目中添加某些内容.csproj以确保不编译?
tsconfig.json
compileOnSave
buildOnSave
.csproj
在调试ASP.NET MVC5项目时,它会编译所有.ts文件.
.ts
感谢您提供任何帮助.
asp.net msbuild visual-studio typescript
asp.net ×1
msbuild ×1
typescript ×1
visual-studio ×1