diff --git a/tsconfig.json b/tsconfig.json index b873194..cbfbd65 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2022", + "target": "ES2024", "module": "ESNext", "moduleResolution": "bundler", "rootDir": "./",