build(ui): switch to vite
[e-mobility-charging-stations-simulator.git] / ui / web / tsconfig.json
index 69f19c7e8f4469e6f4d4b60644395f3bea35266b..eb8bcbce64544fd84d54c39c083e3be1018525df 100644 (file)
@@ -5,8 +5,9 @@
     "experimentalDecorators": true,
     "allowSyntheticDefaultImports": true,
     "sourceMap": true,
+    "composite": true,
     "baseUrl": ".",
-    "types": ["node", "mocha", "chai"],
+    "types": ["node", "jsdom"],
     "paths": {
       "@/*": ["src/*"]
     }