chore: version 1.2.11
[e-mobility-charging-stations-simulator.git] / ui / web / tsconfig.json
index 9a3e10e71af6254bb9537175d2937f995f145db8..043cdbaca2a17d2eb128436d6b976356c3e4bbf6 100644 (file)
@@ -1,6 +1,10 @@
 {
-  "extends": "@vue/tsconfig/tsconfig.json",
+  "extends": [
+    "@tsconfig/node20/tsconfig.json",
+    "@vue/tsconfig/tsconfig.json"
+  ],
   "compilerOptions": {
+    "allowImportingTsExtensions": false,
     "experimentalDecorators": true,
     "allowSyntheticDefaultImports": true,
     "sourceMap": true,