fix type errors caused by dependency updates

This commit is contained in:
Hazelnoot 2025-09-24 03:06:16 -04:00
parent 5234b92898
commit 681afb2d9f
6 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["dom", "ES2022"],
"target": "ES2022",
"lib": ["dom", "ESNext"],
"target": "ESNext",
"types": ["cypress", "node"],
"incremental": true,
"skipLibCheck": true,