TypeScript “Compile on save” feature not working in Visual Studio 2015

前端 未结 13 744
无人共我
无人共我 2020-12-02 17:49

The \"Compile on save\" feature isn\'t working for me after upgrading to Visual Studio 2015. When I make a change to a .ts file in my project and save, the sta

相关标签:
13条回答
  • 2020-12-02 18:49

    The "compileOnSave": true, wasn't working for me. I finally figured out that Visual Studio doesn't honor the "compileOnSave": true, value if it is defined in another .json file that you're extending. It has to be in the root in order for it to work.

    0 讨论(0)
提交回复
热议问题