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