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

fix(package): add types entry to exports #830

Merged
merged 1 commit into from
May 10, 2023

Conversation

PaulHax
Copy link
Collaborator

@PaulHax PaulHax commented May 9, 2023

Allows Typescript project to use nodenext module resolution strategy.

"compilerOptions": {
    "moduleResolution": "nodenext"
}

More info:
https://moonrepo.dev/docs/guides/javascript/typescript-project-refs#enabling-importsexports-resolution

and of course:
https://nodejs.org/api/packages.html#community-conditions-definitions

Allows Typescript project to use `nodenext` module resolution strategy.

```json
"compilerOptions": {
    "moduleResolution": "nodenext"
}
```
@netlify
Copy link

netlify bot commented May 9, 2023

Deploy Preview for itk-wasm-docs ready!

Name Link
🔨 Latest commit 55ab443
🔍 Latest deploy log https://app.netlify.com/sites/itk-wasm-docs/deploys/645ad9dc68f5040007a23505
😎 Deploy Preview https://deploy-preview-830--itk-wasm-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Member

@thewtex thewtex left a comment

Choose a reason for hiding this comment

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

💯

@thewtex thewtex merged commit 6f2a5c3 into InsightSoftwareConsortium:main May 10, 2023
@github-actions
Copy link

🎉 This PR is included in version 1.0.0-b.107 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants