Move ts-node configurations to tsconfig.json
[e-mobility-charging-stations-simulator.git] / tsconfig.json
index ff3ae353b3441c685ddf1d2a1c606cbb69566e9d..9e4fe44ec96fbddde23720e5ca009878b5b276de 100644 (file)
     /* Advanced Options */
     "skipLibCheck": true,                     /* Skip type checking of declaration files. */
     "forceConsistentCasingInFileNames": true  /* Disallow inconsistently-cased references to the same file. */
+  },
+  "ts-node": {
+    "compilerOptions": {
+      "module": "commonjs"
+    }
   }
 }