|
@@ -14,10 +14,10 @@
|
|
|
"compilerOptions": {
|
|
|
"ignoreDeprecations": "5.0",
|
|
|
"target": "esnext",
|
|
|
- "module": "esnext",
|
|
|
+ "module": "es2022",
|
|
|
"strict": false,
|
|
|
"jsx": "preserve",
|
|
|
- "moduleResolution": "node",
|
|
|
+ "moduleResolution": "Node",
|
|
|
"baseUrl": "./",
|
|
|
"paths": {
|
|
|
"@/*": [
|
|
@@ -34,13 +34,11 @@
|
|
|
"dom",
|
|
|
"dom.iterable"
|
|
|
],
|
|
|
- "allowSyntheticDefaultImports": true,
|
|
|
- "noImplicitAny": false,
|
|
|
- "allowJs": true,
|
|
|
+ "allowSyntheticDefaultImports": true
|
|
|
},
|
|
|
"references": [
|
|
|
{
|
|
|
"path": "./tsconfig.node.json"
|
|
|
}
|
|
|
]
|
|
|
-}
|
|
|
+}
|