Fix Vite Plus lint issues

This commit is contained in:
Gregory Schier
2026-05-07 14:45:34 -07:00
parent 5d6ae6f038
commit f9ee53bc65
6 changed files with 8 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"noEmit": true
},