From 3b746cbfff26f95abbce8fe2e0f7080f83c3d9fe Mon Sep 17 00:00:00 2001 From: Signynt Date: Tue, 19 May 2026 15:57:54 +0200 Subject: [PATCH] Updated tsconfig to fix Github Action --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c44b729..58b0625 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "strictNullChecks": true, "lib": [ "DOM", + "DOM.Iterable", "ES5", "ES6", "ES7"