We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaf4e8 commit f91590dCopy full SHA for f91590d
package.json
@@ -61,4 +61,4 @@
61
"gh-pages": "5.0.0",
62
"vite": "6.2.7"
63
}
64
-}
+}
tsconfig.json
@@ -19,10 +19,7 @@
19
"target": "ES2022",
20
"module": "ES2022",
21
"useDefineForClassFields": false,
22
- "lib": [
23
- "ES2022",
24
- "dom"
25
- ]
+ "lib": ["ES2022", "dom"]
26
},
27
"angularCompilerOptions": {
28
"enableI18nLegacyMessageIdFormat": false,
0 commit comments