compileOnSave
設定頂級屬性 compileOnSave
向 IDE 發出訊號,以便在儲存時生成給定 tsconfig.json 的所有檔案。
{
"compileOnSave": true,
"compilerOptions": {
...
},
"exclude": [
...
]
}
從 TypeScript 1.8.4 開始,此功能可用,但需要 IDE 直接支援。目前,支援的 IDE 的示例如下:
- Visual Studio 2015 更新 3
- JetBrains WebStorm
- 原子與原子 TypeScript