Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add tsconfig to exports map (#1278)
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
- Loading branch information