From 89d43f79b716e723c2888bbd335d7fc321a7729e Mon Sep 17 00:00:00 2001 From: Tim 'Piepmatz' Hesse Date: Tue, 22 Oct 2024 12:16:57 +0200 Subject: [PATCH] allow use of es2023 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 998d8ba..bbc62f7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,7 +38,7 @@ "importHelpers": true, "target": "es2017", "module": "es2020", - "lib": ["ES2022", "dom"] + "lib": ["ES2022", "dom", "ES2023"] }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false,