fix(cli): Improve TS folder compilation order display in CLI

This commit is contained in:
2025-05-15 09:55:29 +00:00
parent 57d2726f6b
commit 52b4d8f944
3 changed files with 21 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-05-15 - 2.4.1 - fix(cli)
Improve TS folder compilation order display in CLI
- Refactor folder compilation output to use a bordered, tabular format with order numbering
- Enhance readability of TS folder compilation plan in the CLI output
## 2025-05-15 - 2.4.0 - feat(cli)
Add new 'check' command for type checking and update compiler options handling