fix(compiler): Improve path handling in compiler options

This commit is contained in:
2024-10-27 13:35:54 +01:00
parent 4892c8f7ae
commit 88444e835f
4 changed files with 23 additions and 13 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2024-10-27 - 2.1.85 - fix(compiler)
Improve path handling in compiler options
- Refactored path import in tsbuild.classes.compiler.ts.
- Enhanced mergeCompilerOptions to read paths and baseUrl from tsconfig.json if present.
## 2024-07-22 - 2.1.84 - fix(cli)
Fixed transpilation order issue in tsfolders command