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

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

    I had a similar but not the same issue in Visual Studio 2019

    • My project was set up to use TypeScript 2.9
    • I had TypeScript 3.8 installed, and the code did compile, but wouldn't compile on save

    I installed the older version, TypeScript 2.9, restarted VS and then it burst into life

提交回复
热议问题