removing skipLibCheck
causes type errors (even on the starter template created by create-tsrouter)
#4114
Labels
types
Changes to the typescript types
Which project does this relate to?
Router
Describe the bug
The title is self explanatory, removing
skipLibCheck
from tsconfig causes type errors from thetanstack/router-core
pacakge. I can't haveskipLibCheck
because I want my d.ts files to be checked.Your Example Website or App
Steps to Reproduce the Bug or Issue
skipLibCheck
from tsconfigtsc --build --noEmit
Expected behavior
I expect no type errors to occure.
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: