Skip to content

Conversation

@moderateMan
Copy link

fix: resolve type import issue with specific tsconfig settings

Please check if the PR fulfills these requirements

  • It's the right issue type on the title
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)
  • It does not introduce a breaking change or has a description of the breaking change

Description

In my project, I encountered an issue where the type files from @toast-ui/react-calendar could not be imported correctly. This was due to the tsconfig settings in my project, specifically using "module": "esnext" and "moduleResolution": "bundler".

To resolve this issue, I updated the package.json of the @toast-ui/react-calendar project to ensure that the type files are correctly resolved and imported.


Thank you for your contribution to TOAST UI product. 🎉 😘 ✨

@RomanFausek
Copy link

This would be great to have, but it's sad that the library is dead.

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.

2 participants