Skip to content

Commit 0a708a7

Browse files
committed
fix: update tsconfig with es2017 lib to support Object.entries...
1 parent 504f3a8 commit 0a708a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/template/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sourceMap": true,
77
"experimentalDecorators": true,
88
"outDir": "dist",
9-
"lib": ["es2015", "dom"],
9+
"lib": ["es2017", "dom"],
1010
"noImplicitAny": true,
1111
"suppressImplicitAnyIndexErrors": true,
1212
"removeComments": true

0 commit comments

Comments
 (0)