From f3b902787a77e0bbacb14bcd03ba67cbe3c711f9 Mon Sep 17 00:00:00 2001 From: seniorswe Date: Sat, 4 Oct 2025 10:03:36 -0400 Subject: [PATCH] frontend gb test fix --- web-client/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-client/tsconfig.json b/web-client/tsconfig.json index c133409..75a6735 100644 --- a/web-client/tsconfig.json +++ b/web-client/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "ES2017", - "lib": ["dom", "dom.iterable", "esnext"], + "target": "ES2020", + "lib": ["dom", "dom.iterable", "es2020"], "allowJs": true, "skipLibCheck": true, "strict": true,