From db87ae65e175f679c65201ef6cb03d10914ac0b9 Mon Sep 17 00:00:00 2001 From: jrandolf <101637635+jrandolf@users.noreply.github.com> Date: Mon, 15 May 2023 11:24:23 +0200 Subject: [PATCH] refactor: update TypeScript to ES2022 (#10182) --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 9c29d30d9a1..b35ea8ce029 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -26,7 +26,7 @@ "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, - "target": "ES2019", + "target": "ES2022", "useUnknownInCatchVariables": true } }