Skip to content

Commit

Permalink
fix: updated tsconfig target to es6
Browse files Browse the repository at this point in the history
  • Loading branch information
PI-Mathis committed Mar 29, 2019
1 parent 6f99d47 commit c71dceb
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 14 deletions.
2 changes: 1 addition & 1 deletion e2e/tsconfig.e2e.json
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
"target": "es5",
"target": "es6",
"types": ["jasmine", "jasminewd2", "node"]
}
}
48 changes: 36 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -10,7 +10,7 @@
"experimentalDecorators": true,
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true,
"target": "es5",
"target": "es6",
"types": [
"hammerjs",
"jasmine"
Expand Down

0 comments on commit c71dceb

Please sign in to comment.