diff --git a/tsconfig.json b/tsconfig.json index 6c765ee..0c33105 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,9 +2,9 @@ "compilerOptions": { "outDir": "./dist", "rootDir": "./src", - "target": "ES2020", + "target": "es2024", "module": "CommonJS", - "lib": ["ES2020"], + "lib": ["ES2024"], "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true,