Fix TS build errors: vite/client types, remove unused inputStyle

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-02 20:17:57 +00:00
parent a695bd843f
commit 88cbc6be7b
2 changed files with 2 additions and 7 deletions

View file

@ -9,7 +9,8 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true
"skipLibCheck": true,
"types": ["vite/client"]
},
"include": ["src"]
}