fix(compileGlobStringObject): Fix duplicate file outputs in glob pattern processing

This commit is contained in:
2025-03-20 15:30:52 +00:00
parent 5ecf4b7125
commit 0378b9feca
2 changed files with 7 additions and 1 deletions

View File

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