近期工作都在使用 Typescript 進行開發,要如何得知目前Typescript 版本呢?
取得目前版本方法
Visual Studio 2017
Visual Studio 2013
- 專案按右鍵 > Properties > TypeScript Build Tab > TypeScript Version
此專案就是使用 2.3 version,如果要修改的話就選要用的版本即可
注意 : 異動編譯版本有可能部分方法會不支援造成編譯失敗 - 暴力修改方式也可以直接到 projectName.csproj 裡面修改 <TypeScriptToolsVersion> 的值,譬如想換成 2.5 版儲存後即設定完成
- Developer Command Prompt tool :
在windows search input > Developer Command Prompt tool for 2017 > 在console write : tsc -v可取得目前版本
Visual Studio 2013
- Help > About Microsoft Visual Studio
- Installed products 會顯示目前使用Typescript 版本號
Typescript Compiler Path
Typescript Compiler (tsc.exe) 在安裝時預設位置為 :
C:\Program Files (x86)\Microsoft SDKs\TypeScript
0 意見:
張貼留言