We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ddbfd3 + 8c485b5 commit deb8021Copy full SHA for deb8021
package.json
@@ -68,7 +68,7 @@
68
"ts-helpers": "1.1.1",
69
"tslint": "^3.15.1",
70
"tslint-loader": "2.1.5",
71
- "typescript": "^2.0.2",
+ "typescript": "2.0.10",
72
"typings": "^1.3.2",
73
"webpack": "^1.13.2",
74
"zone.js": "^0.6.23"
tsconfig.aot.json
@@ -2,14 +2,14 @@
2
"compilerOptions": {
3
"emitDecoratorMetadata": true,
4
"experimentalDecorators": true,
5
- "target": "es2015",
+ "target": "es5",
6
"module": "commonjs",
7
"moduleResolution": "node",
8
"removeComments": true,
9
"sourceMap": true,
10
"declaration": true,
11
"types": [
12
- "node"
+ "core-js"
13
]
14
},
15
"angularCompilerOptions": {
0 commit comments