X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=0bc569f323b5befb1ad2429b3e36a598212e6b25;hb=1091427efe95a8f1733282589dc1794a5be7e785;hp=a72199292466d734e981e836edd7c930a8fc2c94;hpb=a6ef1ece74c0d08e86a905571f4f6045c28131cb;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig.json b/tsconfig.json index a7219929..0bc569f3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,11 +1,10 @@ { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { - "target": "es2022", + "target": "ESNext", "module": "NodeNext", - "lib": ["es2022"], + "lib": ["ESNext"], "removeComments": true, - "importHelpers": true, "strict": true,