diff --git a/tsconfig.json b/tsconfig.json index 7ff5a9de001cd..21d240d7d23dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ESNext", + "target": "ES2022", "allowJs": true, "declaration": true, "strict": true,