2016年5月13日 星期五

VS2015 TypeScript "Compile On Save" options is disabled!

在 Improved support for tsconfig.json in Visual Studio 2015 提到 VS2015 已支援 tsconfig.json,
但發現一個問題,在 VS2015 中,我直接對 *.ts 進行儲存,卻不會立即編譯 ts 檔,
必須要 rebuild 專案才會編譯,這也太無法讓人接受了吧!

經一番 google 才發現,原來專案加入 tsconfig.json 後,預設是關閉 compile on save 的,
那該如何設定才能開啟呢?

  1. 找到 VS2015 Tools\Options\Text Editor\TypeScript\Project 頁面
  2. 勾選 "Automatically compile typescript files which are not part of a project"
  3. 重啟 VS2015




沒有留言:

張貼留言