diff --git a/tsconfig.json b/tsconfig.json index 32c76ddc790f..7687874d3157 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,7 @@ "moduleResolution": "node", "esModuleInterop": false, "skipLibCheck": true, + "target": "es2020" }, "include": [ "src/**/*.ts",