X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=tsconfig.json;h=f30d942d87bbe1c3876ded107e7906c0a49d1ecb;hb=92ce54736c01dd6ba96450355dbbcca450337da7;hp=11eb8e2a597e32ae1f0efce54694d799ef721b92;hpb=1b0f082df5138492b4375caec4bcb1481e514b90;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig.json b/tsconfig.json index 11eb8e2a..f30d942d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -68,11 +68,5 @@ // "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"] }