Skip to content

Commit 427a9ee

Browse files
committed
fix(@angular-devkit/build-angular): update workspace tsconfig lib es2020
(cherry picked from commit 6cb033e)
1 parent 0ec0ad8 commit 427a9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/workspace/files/tsconfig.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"target": "es2017",
2020
"module": "es2020",
2121
"lib": [
22-
"es2018",
22+
"es2020",
2323
"dom"
2424
]
2525
},

0 commit comments

Comments
 (0)