build(simulator): silence rollup warning
[e-mobility-charging-stations-simulator.git] / tsconfig-orm.json
index 2c7b284162f4cafdbef8875c7ae7cb517c8e7abd..7bf0a6cb021be91e7c31854ac53abbb24d981259 100644 (file)
@@ -1,6 +1,8 @@
 {
-  "extends": "./tsconfig.json",
+  "extends": "./tsconfig-base.json",
   "compilerOptions": {
-    "module": "commonjs"
+    "module": "commonjs",
+    "sourceMap": true,
+    "verbatimModuleSyntax": true
   }
 }