build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / tsconfig.json
index bec954778e960047070ed3707bd7ed621451b61b..4c48e296d56b106fa7de2395378261f44686fe5c 100644 (file)
@@ -1,16 +1,16 @@
 {
   "$schema": "https://json.schemastore.org/tsconfig",
-  "extends": ["@tsconfig/node20/tsconfig.json", "@vue/tsconfig/tsconfig.json"],
+  "extends": ["@tsconfig/node20/tsconfig.json", "@vue/tsconfig/tsconfig.dom.json"],
   "compilerOptions": {
     "experimentalDecorators": true,
     "allowSyntheticDefaultImports": true,
     "sourceMap": true,
-    "baseUrl": ".",
-    "types": ["node", "mocha", "chai"],
+    "composite": true,
+    "baseUrl": "./",
+    "types": ["node", "jsdom"],
     "paths": {
-      "@/*": ["src/*"]
-    },
-    "lib": ["esnext", "dom"]
+      "@/*": ["./src/*"]
+    }
   },
   "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
   "exclude": ["node_modules"]