Skip to content

Commit d243de8

Browse files
committed
feat(angular16): update lib value in ts config
1 parent 39fb3e8 commit d243de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"allowSyntheticDefaultImports": true,
2020
"target": "ES2022",
2121
"module": "es2020",
22-
"lib": ["es2020", "dom"],
22+
"lib": ["ES2022", "dom"],
2323
"paths": {
2424
"~assets/*": ["src/assets/*"],
2525
"~environments/*": ["src/environments/*"],

0 commit comments

Comments
 (0)