diff --git a/tsconfig.json b/tsconfig.json index d80a028..2279fd6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2020", + "target": "es2021", "module": "commonjs", "rootDir": "./providers", "outDir": "./dist",