We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504f3a8 commit 0a708a7Copy full SHA for 0a708a7
packages/cli/template/tsconfig.json
@@ -6,7 +6,7 @@
6
"sourceMap": true,
7
"experimentalDecorators": true,
8
"outDir": "dist",
9
- "lib": ["es2015", "dom"],
+ "lib": ["es2017", "dom"],
10
"noImplicitAny": true,
11
"suppressImplicitAnyIndexErrors": true,
12
"removeComments": true
0 commit comments