Skip to content

Commit deb8021

Browse files
authored
Merge pull request #125 from notprathap/feature/minimum-changes
updating aot config to emit es5 code
2 parents 8ddbfd3 + 8c485b5 commit deb8021

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"ts-helpers": "1.1.1",
6969
"tslint": "^3.15.1",
7070
"tslint-loader": "2.1.5",
71-
"typescript": "^2.0.2",
71+
"typescript": "2.0.10",
7272
"typings": "^1.3.2",
7373
"webpack": "^1.13.2",
7474
"zone.js": "^0.6.23"

tsconfig.aot.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"compilerOptions": {
33
"emitDecoratorMetadata": true,
44
"experimentalDecorators": true,
5-
"target": "es2015",
5+
"target": "es5",
66
"module": "commonjs",
77
"moduleResolution": "node",
88
"removeComments": true,
99
"sourceMap": true,
1010
"declaration": true,
1111
"types": [
12-
"node"
12+
"core-js"
1313
]
1414
},
1515
"angularCompilerOptions": {

0 commit comments

Comments
 (0)