Merge branch 'main' into fix-reserved-start-transaction
[e-mobility-charging-stations-simulator.git] / ui / web / tsconfig.json
index 69f19c7e8f4469e6f4d4b60644395f3bea35266b..4c48e296d56b106fa7de2395378261f44686fe5c 100644 (file)
@@ -5,10 +5,11 @@
     "experimentalDecorators": true,
     "allowSyntheticDefaultImports": true,
     "sourceMap": true,
-    "baseUrl": ".",
-    "types": ["node", "mocha", "chai"],
+    "composite": true,
+    "baseUrl": "./",
+    "types": ["node", "jsdom"],
     "paths": {
-      "@/*": ["src/*"]
+      "@/*": ["./src/*"]
     }
   },
   "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],