-
Notifications
You must be signed in to change notification settings - Fork 27
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
TypeScript exports support in 4.7 #117
Comments
I'm not sure if I should post it here or create a new issue. According to Typescript docs,
I think because
Could we consider applying this to improve the configuration? |
Hey @pasinJ, thanks for the guidance! Planned for Confirmed that works in a dummy project with both new and old module resolutions (where 0.16.0 failed), and at least typechecks in a work project. Note to self: As per gcanti/fp-ts#1726 (via #155) this might need to be reverted. Test it more before releasing. |
Released in 0.17.0, looks good on my end. |
https://devblogs.microsoft.com/typescript/announcing-typescript-4-7-beta/#package-json-exports-imports-and-self-referencing
Could improve the manifest configuration, it's a bit hacky at the moment.
The text was updated successfully, but these errors were encountered: