X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=0bc569f323b5befb1ad2429b3e36a598212e6b25;hb=5aeeae8227c78b02e0a68a3b52a5f6114ff49f3a;hp=a72199292466d734e981e836edd7c930a8fc2c94;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;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,