feat(cli): Enhance type checking in CLI by adding default file pattern handling

This commit is contained in:
2025-05-15 13:53:08 +00:00
parent 30506da84c
commit d9d6878a9f
3 changed files with 67 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-05-15 - 2.5.0 - feat(cli)
Enhance type checking in CLI by adding default file pattern handling
- When no TypeScript file or glob pattern is provided, the CLI now performs a default type checking sequence.
- First checks 'ts/**/*' files with standard options, then checks 'test/**/*' files with skiplibcheck enabled.
- Improved logging to indicate file discovery and check results, ensuring clear feedback for users.
## 2025-05-15 - 2.4.1 - fix(cli)
Improve TS folder compilation order display in CLI