X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=fc7955a36c773740f2f5213caa2acf3280a0587a;hb=HEAD;hp=e32529663692daaf232c39342035dfdc18f362f8;hpb=2f22c19f4f784984e53efe84f7a5a9ff125e8c8f;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig.json b/tsconfig.json index e3252966..fc7955a3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,22 +1,17 @@ { "$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, - "experimentalDecorators": true, "emitDecoratorMetadata": true, - "forceConsistentCasingInFileNames": true }, "exclude": ["ui/web/**/*.ts"]