frontend gb test fix

This commit is contained in:
seniorswe
2025-10-04 10:03:36 -04:00
parent c4ce6d6c78
commit f3b902787a

View File

@@ -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,