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

fix: typing export #11

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

magnattic
Copy link
Contributor

@magnattic magnattic commented Jun 22, 2023

resolves #10

Related to

Issue #10

Notes

This fixes the problem where the types can not be imported in typescript projects with newer moduleResolution modes.
The problem was that the types are only specified at the root level, but are missing in the exports area of package.json.

Types of changes

  • 🐛 Bug fix
  • 💥 Breaking change
  • ✨ New feature
  • ♻️ Refactoring
  • 📖 Documentation

Maintainability & Security

  • 🧪 unit test

@thomasbrodusch thomasbrodusch merged commit 426f7ce into thomasbrodusch:develop Jun 23, 2023
1 check passed
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.

Types not exported correctly?
2 participants