diff --git a/tsconfig.json b/tsconfig.json index 0e38aa1832..8d8f76e9a8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "esnext", + "target": "es2018", "declaration": true, "esModuleInterop": true, "pretty": true,