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

types: add support for TS 4.7 exports handling #7

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

ethanresnick
Copy link
Contributor

Hi @lukeed, thanks for the awesome package!

In Typescript 4.7, there was a new mode added to support the package.json exports keyword. With this mode enabled, TS can no longer find the type declarations for uid (even when the root module specifier, rather than uid/single or uid/secure, is used). After going through the TS docs, I believe this is proper fix.

Thanks!

Copy link
Owner

@lukeed lukeed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@lukeed lukeed merged commit 2ccd51e into lukeed:master Sep 29, 2022
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