Fix TS errors: vite/client types + recharts Tooltip formatter signature
This commit is contained in:
parent
2e0592eb90
commit
32318aa63f
4 changed files with 5 additions and 4 deletions
|
|
@ -13,7 +13,8 @@
|
|||
"jsx": "react-jsx",
|
||||
"strict": true,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false
|
||||
"noUnusedParameters": false,
|
||||
"types": ["vite/client"]
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue