docs: refine README.md
[e-mobility-charging-stations-simulator.git] / tsconfig.json
index 0107ea53c898860570280bde6ad65d6e572ddd76..0bc569f323b5befb1ad2429b3e36a598212e6b25 100644 (file)
@@ -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,