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