build(ci): fix sonar-scanner, take 2
[e-mobility-charging-stations-simulator.git] / ui / web / tsconfig.json
index 964bfb73e24e507ce77bb5ab37631afb84a62e21..bfd63b8a021831cb88ed094cee6b0fe6276c3ae4 100644 (file)
@@ -1,5 +1,9 @@
 {
-  "extends": "./tsconfig-base.json",
+  "$schema": "https://json.schemastore.org/tsconfig",
+  "extends":  [
+       "@tsconfig/node20/tsconfig.json",
+        "@vue/tsconfig/tsconfig.json"
+      ],
   "compilerOptions": {
     "experimentalDecorators": true,
     "allowSyntheticDefaultImports": true,