Skip to content

Releases: privatenumber/get-tsconfig

v4.8.1

12 Sep 07:31
7e58ea3
Compare
Choose a tag to compare

4.8.1 (2024-09-12)

Bug Fixes

  • support configDir for other compilerOptions fields (#84) (7e58ea3)

v4.8.0

29 Aug 09:31
eba8538
Compare
Choose a tag to compare

4.8.0 (2024-08-29)

Features

v4.7.6

19 Jul 02:17
9e78ec5
Compare
Choose a tag to compare

4.7.6 (2024-07-19)

Bug Fixes

  • handle relative tsconfig.json paths (#80) (9e78ec5)

v4.7.5

09 May 15:45
0a3270e
Compare
Choose a tag to compare

4.7.5 (2024-05-09)

Bug Fixes

  • resolve relative path extends in parent directory (#77) (0a3270e)

v4.7.4

06 May 05:11
b009299
Compare
Choose a tag to compare

4.7.4 (2024-05-06)

Bug Fixes

  • symlinks to not be resolved to real path (#75) (b009299)

v4.7.3

07 Mar 05:13
d1c46c0
Compare
Choose a tag to compare

4.7.3 (2024-03-07)

Bug Fixes

  • allow extends array to have common dependency (#68) (b3bceef)

v4.7.2

22 Sep 07:40
4b5f839
Compare
Choose a tag to compare

4.7.2 (2023-09-22)

Bug Fixes

  • resolve paths from tsconfig that defined it (#62) (4b5f839)

v4.7.1

21 Sep 11:04
Compare
Choose a tag to compare

4.7.1 (2023-09-21)

Bug Fixes

  • paths: extended config to resolve relative to self (#59) (421a6a8)

v4.7.0

10 Aug 07:52
Compare
Choose a tag to compare

4.7.0 (2023-08-10)

Bug Fixes

  • backslashes in excludes path (#56) (6a1ab05)
  • handle package.json with no tsconfig entry (#57) (2722cc3)
  • normalize rootDir path (dd83202)
  • resolve outDir in extends (ff8f1b8)
  • throw on circular extends (c834d23)

Features

v4.6.2

27 Jun 09:47
Compare
Choose a tag to compare

4.6.2 (2023-06-27)

Bug Fixes

  • createPathsMatcher: resolve absolute target paths (8acfb83), closes #50