Skip to content

chore(hedera): update package.json exports to support Typescript bundler module resolution#626

Open
mehcode wants to merge 1 commit intomagiclabs:masterfrom
mehcode:patch-1
Open

chore(hedera): update package.json exports to support Typescript bundler module resolution#626
mehcode wants to merge 1 commit intomagiclabs:masterfrom
mehcode:patch-1

Conversation

@mehcode
Copy link

@mehcode mehcode commented Sep 18, 2023

📦 Pull Request

TypeScript bundler module resolution requires the following change to work. Otherwise TypeScript cannot read the type definitions.

error TS7016: Could not find a declaration file for module '@magic-ext/hedera'. '/Users/mehcode/.../node_modules/.pnpm/@magic-ext+hedera@1.0.1_@hashgraph+sdk@2.34.1/node_modules/@magic-ext/hedera/dist/es/index.mjs' implicitly has an 'any' type.
  There are types at '/Users/mehcode/.../node_modules/@magic-ext/hedera/dist/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@magic-ext/hedera' library may need to update its package.json or typings.

⚠️ Don't forget to add a semver label!

  • patch: Bug Fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant