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

feat: declare exports in package.json #306

Merged
merged 3 commits into from
Jan 18, 2024

Conversation

tbouffard
Copy link
Member

@tbouffard tbouffard commented Jan 15, 2024

It lets use moduleResolution=bundler in TypeScript applications.
In particular, it lets use it with Storybook and ts-example in this repository.

Notes

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

It lets use the bundler moduleResolution in TypeScript applications.
In particular, it lets use it with Storybook and ts-example in this repository.
@tbouffard tbouffard added the enhancement New feature or request label Jan 15, 2024
@tbouffard tbouffard marked this pull request as draft January 15, 2024 11:43
@tbouffard tbouffard marked this pull request as ready for review January 18, 2024 06:44
@tbouffard tbouffard merged commit 5ddc8f5 into development Jan 18, 2024
4 checks passed
@tbouffard tbouffard deleted the feat/package.json_exports branch January 18, 2024 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant