Hi, My library: https://github.com/meshtastic/js bundles one of it's dependencies as it comes from another package registry, this part is working, however I need the dependencies types to also be bundled.
My library re-exports the dependency as follows:
export * as Admin from "@buf/meshtastic_protobufs.bufbuild_es/meshtastic/admin_pb.js";
The JS code is correctly bundled, but the generated .d.ts file still has an import from the original dependency that is not resolved when using the library:
import * as config_pb_js from '@buf/meshtastic_protobufs.bufbuild_es/meshtastic/config_pb.js';
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too