Refine eslint configuration
[poolifier.git] / tsconfig.json
index e3c2919eb1dee7fc9f5e1f1632f72c73481c8a50..a0ad5d4c751f0cbd69d2e805b35e38bac24924ba 100644 (file)
@@ -1,7 +1,7 @@
 {
   "compilerOptions": {
-    "target": "ES2019",
-    "module": "ES2020",
+    "target": "ES2021",
+    "module": "ES2022",
     "outDir": "lib",
     "esModuleInterop": true,
     "declaration": true,