build(ci): allow CI to run on Combine PRs
[e-mobility-charging-stations-simulator.git] / tsconfig-orm.json
index 36852caa920a666955a5b13ed53540000269a423..592633ede395acd0a81a5e7605508a0b99b8d241 100644 (file)
@@ -1,6 +1,7 @@
 {
-  "extends": "./tsconfig-base.json",
+  "extends": "./tsconfig.json",
   "compilerOptions": {
-    "module": "commonjs"
+    "module": "commonjs",
+    "sourceMap": true
   }
 }