Releases: privatenumber/get-tsconfig
Releases · privatenumber/get-tsconfig
v4.8.1
4.8.1 (2024-09-12)
Bug Fixes
- support
configDir
for other compilerOptions
fields (#84) (7e58ea3)
v4.8.0
4.8.0 (2024-08-29)
Features
v4.7.6
4.7.6 (2024-07-19)
Bug Fixes
- handle relative tsconfig.json paths (#80) (9e78ec5)
v4.7.5
4.7.5 (2024-05-09)
Bug Fixes
- resolve relative path extends in parent directory (#77) (0a3270e)
v4.7.4
4.7.4 (2024-05-06)
Bug Fixes
- symlinks to not be resolved to real path (#75) (b009299)
v4.7.3
4.7.3 (2024-03-07)
Bug Fixes
- allow extends array to have common dependency (#68) (b3bceef)
v4.7.2
4.7.2 (2023-09-22)
Bug Fixes
- resolve
paths
from tsconfig that defined it (#62) (4b5f839)
v4.7.1
4.7.1 (2023-09-21)
Bug Fixes
- paths: extended config to resolve relative to self (#59) (421a6a8)
v4.7.0
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
4.6.2 (2023-06-27)
Bug Fixes
- createPathsMatcher: resolve absolute target paths (8acfb83), closes #50