X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=tsconfig.json;h=fc7955a36c773740f2f5213caa2acf3280a0587a;hb=1c818bd3b021c8e660d64f9054e02d06424a3c59;hp=0bc569f323b5befb1ad2429b3e36a598212e6b25;hpb=cf86bef110e64ee5471f588dbb28ffea7dc01a35;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"]