Kevin
Kevin2w ago

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
No description
4 Replies
erquhart
erquhart2w ago
Looks similar to this issue, which seemed to be caused by path alias: https://discord.com/channels/1019350475847499849/1327115680620875808
Kevin
KevinOP2w ago
@erquhart thanks for your direction, it seems related to path alias I removed path alias for now as a workaround fix
erquhart
erquhart2w ago
Path aliases are supported but monorepo tooling can complicate things
Kevin
KevinOP2w ago
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

Did you find this page helpful?