Disable MSBuild TypeScript Compile

前端 未结 3 417
心在旅途
心在旅途 2020-12-24 10:16

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

3条回答
  •  臣服心动
    2020-12-24 10:58

    For Visual Studio 2015, adding below line under PropertyGroup helped me.

    true
    

提交回复
热议问题