From 85a64eb0b0ad848b08050e4ddae2e8ea0a0a84a8 Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 27 Mar 2026 23:53:08 -0500 Subject: [PATCH] build 6 --- backend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 2f97a98..89706d9 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "ES2020", "module": "commonjs", - "lib": ["ES2020", "DOM"], + "lib": ["ES2020", "DOM", "DOM.Iterable"], "outDir": "./dist", "rootDir": "./src", "strict": true,