Type checking with tanstack router
I've been developing a project with tanstack router, deno, and hono. It's working fine; my IDE is happy, the app runs, and I can run
I'm hoping someone might be able to clue me in to why deno's type checker wouldn't be aware of the tanstack router types. The tanstack router model is declared in the generated route tree, along with in my app's entry point:
Thanks for any insight here! I'm really stumped.
deno lint and deno format without issues. However, when I run deno check, I always get errors like this:I'm hoping someone might be able to clue me in to why deno's type checker wouldn't be aware of the tanstack router types. The tanstack router model is declared in the generated route tree, along with in my app's entry point:
Thanks for any insight here! I'm really stumped.
