Cannot find module '@convex-dev/sharded-counter/convex.config' or its corresponding type declaration
I got the following lint error in my typescript project when using the sharded-counter component:
Cannot find module '@convex-dev/sharded-counter/convex.config' or its corresponding type declarations.ts(2307)My setup is:
- Next.js with Convex and Clerk Auth
- Monorepo structure (convex files are located in its own package)
- Bun as package manager
Does anyone know how to get rid of it?
