Skip to content

Commit 2824b34

Browse files
committed
@angular/cli migration - update-tsconfig-target
Update TypeScript compilation target to 'ES2020'.
1 parent 5f5134b commit 2824b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"experimentalDecorators": true,
1515
"moduleResolution": "node",
1616
"importHelpers": true,
17-
"target": "es2015",
17+
"target": "es2020",
1818
"module": "es2020",
1919
"lib": [
2020
"es2018",

0 commit comments

Comments
 (0)