X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=fc7955a36c773740f2f5213caa2acf3280a0587a;hb=9312c9d319ab997598eb1fe198f0615f12e766f4;hp=0bc569f323b5befb1ad2429b3e36a598212e6b25;hpb=385c5e62929a2c113898706b8ec940840b7f6f4f;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig.json b/tsconfig.json index 0bc569f3..fc7955a3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,17 +5,13 @@ "module": "NodeNext", "lib": ["ESNext"], "removeComments": true, - "strict": true, - "moduleResolution": "NodeNext", "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "verbatimModuleSyntax": true, - "experimentalDecorators": true, "emitDecoratorMetadata": true, - "forceConsistentCasingInFileNames": true }, "exclude": ["ui/web/**/*.ts"]