TanStackT
TanStack2y ago
5 replies
dangerous-fuchsia

Cannot find module '@tanstack/router-plugin/vite' or its corresponding type declarations.

I'm getting this
tsc
error in my
vite.config.ts
file. Routing itself works fine, but the error is annoying and I'm wondering if I've missed a step somewhere.

My
package.json
has:
"@tanstack/react-router": "^1.40.0",
"@tanstack/router-plugin": "^1.39.13",


Is there perhaps something that needs to go in tsconfig?
Was this page helpful?