diff --git a/tsconfig.json b/tsconfig.json index 6f29749e1..283ef57b4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2017", + "target": "es2021", "module": "commonjs", "esModuleInterop": true, "noImplicitAny": true,