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

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