In order to streamline my development process with bun.sh using workspaces as npm packages, I have created a tool available here. However, I am facing two issues:
After bun installing the 'core' packages from npm and testing a sample, I encounter the following error:
Could not find a declaration file for module '@cosmoosjs/core', index.js' implicitly has an 'any' type.
I attempted a solution mentioned here, but it did not resolve the issue.
The second problem arises when trying to build typescript declarations for the hono package found here. The build crashes and fails to load declarations due to references to other modules via workspaces. Although I can successfully build the project, building declarations remains problematic.