Web UI: Fix CF environment detection
[e-mobility-charging-stations-simulator.git] / src / ui / web / tsconfig.json
index f0a1203d4ff48f6776e35776240f18c5480db90a..8269c9eba8597a914ffc19a31bed513f5032dc1f 100644 (file)
@@ -1,20 +1,12 @@
 {
+  "extends": "@vue/tsconfig/tsconfig.node.json",
   "compilerOptions": {
-    "target": "esnext",
-    "module": "esnext",
-    "strict": true,
-    "jsx": "preserve",
-    "moduleResolution": "node",
     "experimentalDecorators": true,
-    "skipLibCheck": true,
-    "esModuleInterop": true,
     "allowSyntheticDefaultImports": true,
-    "forceConsistentCasingInFileNames": true,
-    "useDefineForClassFields": true,
     "sourceMap": true,
     "baseUrl": ".",
     "types": [
-      "webpack-env",
+      "node",
       "mocha",
       "chai"
     ],
@@ -25,9 +17,7 @@
     },
     "lib": [
       "esnext",
-      "dom",
-      "dom.iterable",
-      "scripthost"
+      "dom"
     ]
   },
   "include": [