diff --git a/tsconfig.json b/tsconfig.json index 7d72427..e5900c8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "module": "node16", "declaration": true, "outDir": "dist", - "target": "es2022", + "target": "es2024", "skipLibCheck": true } }