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

前端 未结 13 868
无人共我
无人共我 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:33

    Exact same problem here. I am using Visual Studio 2015 update 3 and TypeScript 2.9.2.0. In tools/options/projects and solutions/external web tools, I upgraded $(PATH) to the second position. With all these configurations, compileOnSave: true doesn't work for me. The workaround solution is open a command line, run ng build --watch on the side and let node take care of auto compilation

提交回复
热议问题