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

Support projects with TypeScript 4.7 compiler option "moduleResolution" "Node16"/"NodeNext" #575

Closed
josundt opened this issue Jun 13, 2022 · 0 comments · Fixed by #576
Closed
Milestone

Comments

@josundt
Copy link
Contributor

josundt commented Jun 13, 2022

For projects that uses the new moduleResolution compiler option value Node16 or NodeNext, TypeScript types for all dependency packages also needs to be exported through the exports section of package.json.

I will create a PR to mitigate this.

Reference: Announcing TypeScript 4.7

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 a pull request may close this issue.

2 participants