Fix TS errors: vite/client types + recharts Tooltip formatter signature

This commit is contained in:
jtricerolph 2026-07-23 09:07:34 +00:00
parent 2e0592eb90
commit 32318aa63f
4 changed files with 5 additions and 4 deletions

View file

@ -13,7 +13,8 @@
"jsx": "react-jsx",
"strict": true,
"noUnusedLocals": false,
"noUnusedParameters": false
"noUnusedParameters": false,
"types": ["vite/client"]
},
"include": ["src"]
}