Skip to content

Commit 8c6cb07

Browse files
delastevehansl
authored andcommitted
chore: update generated app tsconfig to enable es2016 apis (#4474)
1 parent 63151d5 commit 8c6cb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/blueprints/ng2/files/__path__/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"emitDecoratorMetadata": true,
66
"experimentalDecorators": true,
77
"lib": [
8-
"es2015",
8+
"es2016",
99
"dom"
1010
],
1111
"mapRoot": "./",

0 commit comments

Comments
 (0)