VS2015 - Change TypeScript Version

前端 未结 3 948
故里飘歌
故里飘歌 2020-12-03 01:21

I am trying to update my Visual Studio 2015 + Cordova + TypeScript project to use TypeScript version to 1.6.0-beta. I am currently using 1.5.3.

3条回答
  •  醉梦人生
    2020-12-03 01:48

    You can use in the visual studio project file that changes the path to the TypeScript compiler.

    So move your C:\Users\XXX\AppData\Roaming\npm to C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.6.0-beta\tsc.exe

提交回复
热议问题