We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fb3e8 commit d243de8Copy full SHA for d243de8
1 file changed
tsconfig.json
@@ -19,7 +19,7 @@
19
"allowSyntheticDefaultImports": true,
20
"target": "ES2022",
21
"module": "es2020",
22
- "lib": ["es2020", "dom"],
+ "lib": ["ES2022", "dom"],
23
"paths": {
24
"~assets/*": ["src/assets/*"],
25
"~environments/*": ["src/environments/*"],
0 commit comments