Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant