Releases: dominikg/tsconfck
Releases · dominikg/tsconfck
[email protected]
Patch Changes
- fix: support extends
.edge case (#221)
[email protected]
Patch Changes
- resolve ${configDir} in referenced tsconfig files (#211)
[email protected]
Patch Changes
- fix(glob-matching): add implicit
**/*to path patterns that do not have an extension or wildcard in their last segment, egsrcbecomessrc/**/*for matching. (#200)
[email protected]
Patch Changes
- fix missing types issue in 3.1.2 (#191)
[email protected]
Patch Changes
- correctly replace ${configDir} in tsconfig files loaded from packages in node_modules (#189)
[email protected]
Patch Changes
- Fix ts 5.5
${configDir}expansion (#179)
[email protected]
Minor Changes
- add support for typescript 5.5 ${configDir} replacement (#172)
[email protected]
Patch Changes
- fix deadlock when referenced tsconfig extends original (#165)
[email protected]
Patch Changes
- fix(parse): ensure extends and references are deep parsed also for concurrently parsed siblings (#153)