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