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: add tsconfig to exports map #1278

Merged
merged 1 commit into from
May 17, 2023
Merged

Conversation

achingbrain
Copy link
Member

TypeScript used to be able to resolve the extends field in tsconfig.json using the node require algorithm.

Recent versions of TypeScript have a regression that means that if a module has an exports map, the extendable typescript config file has to be in that exports map so add it here.

Refs: microsoft/TypeScript#53314

TypeScript used to be able to resolve the extends field in `tsconfig.json`
using the node require algorithm.

Recent versions of TypeScript have a regression that means that if
a module has an exports map, the extendable typescript config file
has to be in that exports map so add it here.

Refs: microsoft/TypeScript#53314
@achingbrain achingbrain merged commit 94b4c4b into master May 17, 2023
@achingbrain achingbrain deleted the fix/add-tsconfig-to-exports-map branch May 17, 2023 06:59
github-actions bot pushed a commit that referenced this pull request May 17, 2023
## [39.0.7](v39.0.6...v39.0.7) (2023-05-17)

### Bug Fixes

* add tsconfig to exports map ([#1278](#1278)) ([94b4c4b](94b4c4b))
@github-actions
Copy link

🎉 This PR is included in version 39.0.7 🎉

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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant