Rename tsconfig for MikroORM
[e-mobility-charging-stations-simulator.git] / tsconfig-orm.json
diff --git a/tsconfig-orm.json b/tsconfig-orm.json
new file mode 100644 (file)
index 0000000..2c7b284
--- /dev/null
@@ -0,0 +1,6 @@
+{
+  "extends": "./tsconfig.json",
+  "compilerOptions": {
+    "module": "commonjs"
+  }
+}