Skip to content

Commit 5762c23

Browse files
Humberdatscott
authored andcommitted
build: use es2022 lib (angular#61441)
It was set to es2022 for build tsconfig in https://github.com/angular/angular/pull/60066/files#diff-7ec658aedc62a693cc513accc8f360938d90bcbdb09aa79c1401e56fe84f5fd3, but was missed for the main one. PR Close angular#61441
1 parent bde1b5e commit 5762c23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"rootDir": ".",
3232
"inlineSourceMap": true,
33-
"lib": ["es2020", "dom", "dom.iterable"],
33+
"lib": ["es2022", "dom", "dom.iterable"],
3434
"skipDefaultLibCheck": true,
3535
"skipLibCheck": true,
3636
"types": ["angular"]

0 commit comments

Comments
 (0)