X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=9e4fe44ec96fbddde23720e5ca009878b5b276de;hb=c6be4dd1d3d7836f2bbc3450e58fbabac6d5905e;hp=ff3ae353b3441c685ddf1d2a1c606cbb69566e9d;hpb=6c1761d470507ea23d186be61b94ca7375c5144a;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig.json b/tsconfig.json index ff3ae353..9e4fe44e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -67,5 +67,10 @@ /* 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" + } } }