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

resolve type import issue with specific tsconfig settings #1465

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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. 🎉 😘 ✨

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