DanielD
Convex Community9mo ago
3 replies
Daniel

Cannot find module '@convex-dev/sharded-counter/convex.config' or its corresponding type declaration

Hi all!

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?
Was this page helpful?