Daniel Stoll
CCConvex Community
•Created by Daniel Stoll on 4/18/2025 in #support-community
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?4 replies