我目前的工作在一个其使用Angular2 / ES6 Chrome浏览器的应用程序。
然而,客户希望在同一应用程序上运行IE.I我知道IE的不支持ES6.Just想知道,如果有一种方式,同样可以实现。
PS - 我正在做从我的Visual Studio 2015年建立,以下是我的tsconfig.json。
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
}
}
有什么办法,我可以使用2个目标,使得其他作品后备?