diff --git a/tsconfig.json b/tsconfig.json index 51312f2..9226484 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "es2020", "module": "nodenext", "moduleResolution": "nodenext", "outDir": "lib",