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

@@ -4,7 +4,7 @@
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"strict": true,
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"noEmit": true
},