fix(cli): Ensure ts_shared folder is compiled sedond to interfaces when present

This commit is contained in:
2024-07-21 17:33:21 +02:00
parent c45a216379
commit fa41dbf332
3 changed files with 18 additions and 4 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2024-07-21 - 2.1.83 - fix(cli)
Ensure 'ts_shared' folder is compiled first if present
- Added logic to make sure the 'ts_shared' folder is compiled first when running 'tsfolders' command.
## 2024-06-24 - 2.1.82 - fix(core)
Minor improvements and optimizations in core TypeScript compiler integration.