Does anyone work on monorepo and get the
Does anyone work on monorepo and get the issue with typescript like this?
structure:
- apps
api (convex)
dashboard
then in dashboard, we got something like this

4 Replies
Looks similar to this issue, which seemed to be caused by path alias: https://discord.com/channels/1019350475847499849/1327115680620875808
@erquhart thanks for your direction, it seems related to path alias
I removed path alias for now as a workaround fix
Path aliases are supported but monorepo tooling can complicate things
yes, I can see it works correctly to compile JS, however type seems broken, it might conflict somewhere, I will look into it later and keep you guys updated