From 2ba96c655726282bc01e2c6456ac870b17769ca9 Mon Sep 17 00:00:00 2001 From: jrandolf <101637635+jrandolf@users.noreply.github.com> Date: Mon, 15 May 2023 11:37:41 +0200 Subject: [PATCH] Revert "refactor: update TypeScript to ES2022" (#10184) --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }