diff --git a/tsconfig.json b/tsconfig.json index 7c6ec9c..0468412 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "noUncheckedIndexedAccess": false, "baseUrl": ".", "module": "ESNext", - "target": "ES6", + "target": "ES2021", "allowJs": true, "noImplicitAny": true, "moduleResolution": "node",