Skip to content

Releases: dominikg/tsconfck

[email protected]

20 May 18:00
5867475

Choose a tag to compare

Patch Changes

  • fix: support extends . edge case (#221)

[email protected]

06 Feb 10:24
8642928

Choose a tag to compare

Patch Changes

  • resolve ${configDir} in referenced tsconfig files (#211)

[email protected]

10 Oct 07:28
dcc0904

Choose a tag to compare

Patch Changes

  • fix(glob-matching): add implicit **/* to path patterns that do not have an extension or wildcard in their last segment, eg src becomes src/**/* for matching. (#200)

[email protected]

31 Aug 20:49
20c9e70

Choose a tag to compare

Patch Changes

  • fix missing types issue in 3.1.2 (#191)

[email protected]

31 Aug 20:17
c915f41

Choose a tag to compare

Patch Changes

  • correctly replace ${configDir} in tsconfig files loaded from packages in node_modules (#189)

[email protected]

27 Jun 09:18
e3a4df8

Choose a tag to compare

Patch Changes

  • Fix ts 5.5 ${configDir} expansion (#179)

[email protected]

29 May 19:36
3229183

Choose a tag to compare

Minor Changes

  • add support for typescript 5.5 ${configDir} replacement (#172)

[email protected]

08 Mar 16:13
988a2dc

Choose a tag to compare

Patch Changes

  • fix deadlock when referenced tsconfig extends original (#165)

[email protected]

07 Feb 09:16
404d909

Choose a tag to compare

Patch Changes

  • fix(parse): ensure extends and references are deep parsed also for concurrently parsed siblings (#153)

[email protected]

03 Jan 09:08
67e4d19

Choose a tag to compare

Patch Changes

  • fix(parse): ensure nested extended tsconfig.json files are parsed with extends and references resolved (#150)

  • fix(parse): add workaround for "extends": ".." see #149 (#150)