build(simulator): cleanup TS configuration
[e-mobility-charging-stations-simulator.git] / tsconfig-orm.json
index 7bf0a6cb021be91e7c31854ac53abbb24d981259..592633ede395acd0a81a5e7605508a0b99b8d241 100644 (file)
@@ -1,8 +1,7 @@
 {
-  "extends": "./tsconfig-base.json",
+  "extends": "./tsconfig.json",
   "compilerOptions": {
     "module": "commonjs",
-    "sourceMap": true,
-    "verbatimModuleSyntax": true
+    "sourceMap": true
   }
 }