tsconfig fix for build

This commit is contained in:
seniorswe
2025-12-12 23:09:59 -05:00
parent d9d2ce7559
commit 8f73e5d0e7

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"lib": ["dom", "dom.iterable", "es2020"],
"target": "ES2021",
"lib": ["dom", "dom.iterable", "es2021"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,