X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=a72199292466d734e981e836edd7c930a8fc2c94;hb=a6ef1ece74c0d08e86a905571f4f6045c28131cb;hp=e32529663692daaf232c39342035dfdc18f362f8;hpb=1cd83826fae6ccc9faa4c3a2d1736e26945ade46;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig.json b/tsconfig.json index e3252966..a7219929 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,14 +2,14 @@ "$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,