feat(cli): Add emitcheck command to validate TS file emission without generating output

This commit is contained in:
2025-03-20 15:16:02 +00:00
parent 5d32ac85e0
commit 6cc9f41bd2
6 changed files with 179 additions and 2 deletions

View File

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