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

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbuild',
version: '2.4.1',
version: '2.5.0',
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
}