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