支援版本 : IE11, IE10
只要更新專案資料夾裡的
tsconfig.json 檔案即可
改為
tsconfig.json 檔案即可
============================== 原始碼如下 ==============================
tsconfig.json 改為
"compilerOptions" ---> "target": "es2015",
"compilerOptions" ---> "target": "es5",
{
"compileOnSave": false,
"compilerOptions": {
..
"target": "es2015",
..
},
..
}
{
"compileOnSave": false,
"compilerOptions": {
..
"target": "es5",
..
},
..
}
沒有留言:
張貼留言