Skip to content

Commit

Permalink
fix(angular): using es2017 types
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Apr 11, 2018
1 parent 02c1e83 commit 12a27bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jsxFactory": "h",
"lib": [
"dom",
"es5"
"es2017"
],
"module": "es2015",
"moduleResolution": "node",
Expand Down

0 comments on commit 12a27bc

Please sign in to comment.