X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=0bc569f323b5befb1ad2429b3e36a598212e6b25;hb=2bb3c92f49572f8d81f40620df42de19217a6b4c;hp=0107ea53c898860570280bde6ad65d6e572ddd76;hpb=1552a66625ca8840ce475d2393b5c251630adf00;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig.json b/tsconfig.json index 0107ea53..0bc569f3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { - "target": "es2022", + "target": "ESNext", "module": "NodeNext", - "lib": ["es2022"], + "lib": ["ESNext"], "removeComments": true, "strict": true,