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

Commits on May 17, 2023

  1. fix: add tsconfig to exports map

    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 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ef9d22d View commit details
    Browse the repository at this point in the history