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

Add support for Typescript's nodenext module resolution #33

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

marcusdarmstrong
Copy link
Contributor

See: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#packagejson-exports-imports-and-self-referencing

For packages that define exports, the new typescript module resolution mode checks there for type definitions. This change will allow the existing type definitions to be discovered by packages using this mode.

See: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#packagejson-exports-imports-and-self-referencing

For packages that define `exports`, the new typescript module resolution mode checks there for type definitions. This change will allow the existing type definitions to be discovered by packages using this mode.
@jungomi
Copy link
Owner

jungomi commented Nov 1, 2022

Thanks for the PR. Sorry that I didn't merge this earlier, I've just completely missed it. It will be published after updating some of the dependencies and other minor modifications.

@jungomi jungomi merged commit 95a68f0 into jungomi:main Nov 1, 2022
jungomi added a commit that referenced this pull request Nov 2, 2022
- Add support for Typescript's `nodenext` module resolution (#33)
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