Disable MSBuild TypeScript Compile

前端 未结 3 418
心在旅途
心在旅途 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:49

    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.

提交回复
热议问题