diff --git a/tsconfig.json b/tsconfig.json index c0d06a24ce..c657d15878 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "outDir": "node_package/lib", "strict": true, "incremental": true, - "target": "es5", + "target": "es2020", "typeRoots": ["./node_modules/@types", "./node_package/types"] }, "include": ["node_package/src/**/*", "node_package/types/**/*"]