diff --git a/tsconfig.base.json b/tsconfig.base.json index b35ea8ce029..9c29d30d9a1 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -26,7 +26,7 @@ "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, - "target": "ES2022", + "target": "ES2019", "useUnknownInCatchVariables": true } }