Fix lint errors

This commit is contained in:
2025-12-07 18:28:01 +01:00
parent 0ce9016488
commit 4b1b12a7a8
6 changed files with 15 additions and 25 deletions

View File

@@ -4,7 +4,8 @@
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}