test: fix ts-node configuration with ESM and mocha
[e-mobility-charging-stations-simulator.git] / tsconfig.json
index 11eb8e2a597e32ae1f0efce54694d799ef721b92..f30d942d87bbe1c3876ded107e7906c0a49d1ecb 100644 (file)
     // "skipLibCheck": true,                  /* Skip type checking of declaration files. */
     "forceConsistentCasingInFileNames": true  /* Disallow inconsistently-cased references to the same file. */
   },
-  "exclude": ["ui/web/**/*.ts"],
-  "ts-node": {
-    "compilerOptions": {
-      "module": "commonjs",
-      "verbatimModuleSyntax": false,
-    }
-  }
+  "exclude": ["ui/web/**/*.ts"]
 }