build: switch to ecma 2022
[poolifier.git] / tsconfig.json
index a4fa43bad92ab38ad6d903d6acd497fcfdccd0a9..a6db419f3561077e85a7d9e917f02c628c932091 100644 (file)
@@ -1,6 +1,6 @@
 {
   "compilerOptions": {
-    "target": "ES2021",
+    "target": "ES2022",
     "module": "ES2022",
     "outDir": "lib",
     "esModuleInterop": true,