X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=0107ea53c898860570280bde6ad65d6e572ddd76;hb=244c1396e337032577839fa13e9191d5e943864f;hp=e32529663692daaf232c39342035dfdc18f362f8;hpb=2f22c19f4f784984e53efe84f7a5a9ff125e8c8f;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig.json b/tsconfig.json index e3252966..0107ea53 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,14 +2,13 @@ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "target": "es2022", - "module": "esnext", + "module": "NodeNext", "lib": ["es2022"], "removeComments": true, - "importHelpers": true, "strict": true, - "moduleResolution": "node", + "moduleResolution": "NodeNext", "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "verbatimModuleSyntax": true,