Move ts-node configurations to tsconfig.json
[e-mobility-charging-stations-simulator.git] / package.json
index 805a3b8be6fabcb0cb0ec7c5ff89391f993a3a88..c1d45f71deb697d1473d5a1af3defe7348f139c2 100644 (file)
@@ -60,7 +60,7 @@
     "lint": "cross-env TIMING=1 eslint --cache --ext .js,.ts src",
     "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.ts src",
     "format": "prettier --write .",
-    "test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} nyc mocha test/**/*Test.ts",
+    "test": "nyc mocha test/**/*Test.ts",
     "coverage": "nyc report --reporter=lcov",
     "coverage:html": "nyc report --reporter=html",
     "clinic:clean": "clinic clean",