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