diff --git a/tsconfig.json b/tsconfig.json index 746db46..f1e1dc1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2020", + "target": "ES2021", "module": "ESNext", "esModuleInterop": true, "strict": true,