Releases: dominikg/tsconfck
Releases · dominikg/tsconfck
tsconfck@3.1.6
Patch Changes
- fix: support extends
.edge case (#221)
tsconfck@3.1.5
Patch Changes
- resolve ${configDir} in referenced tsconfig files (#211)
tsconfck@3.1.4
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)
tsconfck@3.1.3
Patch Changes
- fix missing types issue in 3.1.2 (#191)
tsconfck@3.1.2
Patch Changes
- correctly replace ${configDir} in tsconfig files loaded from packages in node_modules (#189)
tsconfck@3.1.1
Patch Changes
- Fix ts 5.5
${configDir}expansion (#179)
tsconfck@3.1.0
Minor Changes
- add support for typescript 5.5 ${configDir} replacement (#172)
tsconfck@3.0.3
Patch Changes
- fix deadlock when referenced tsconfig extends original (#165)
tsconfck@3.0.2
Patch Changes
- fix(parse): ensure extends and references are deep parsed also for concurrently parsed siblings (#153)