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 not exported through package.json #615

Closed
lswinblad opened this issue Nov 3, 2023 · 1 comment
Closed

Types not exported through package.json #615

lswinblad opened this issue Nov 3, 2023 · 1 comment

Comments

@lswinblad
Copy link

The types property of package.json is no longer set in the latest @next version.

The property was removed in this commit: c3a309f#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L18

Was this deliberate?

@jasonkuhrt
Copy link
Owner

@lswinblad Yes, types is an obsolete field. TS with the "right" (modern) setup will consider types as specified in the exports field.

@jonkoops jonkoops closed this as not planned Won't fix, can't repro, duplicate, stale Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants