Skip to content

Commit

Permalink
fix: update tsconfig with es2017 lib to support Object.entries...
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Sep 23, 2018
1 parent 504f3a8 commit 0a708a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sourceMap": true,
"experimentalDecorators": true,
"outDir": "dist",
"lib": ["es2015", "dom"],
"lib": ["es2017", "dom"],
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"removeComments": true
Expand Down

0 comments on commit 0a708a7

Please sign in to comment.