fix(exports): Fixed duplicate file compilation in compileGlobStringObject, fixes #1

This commit is contained in:
2025-03-04 19:41:05 +00:00
parent 1f9870ffbb
commit 289421206c
6 changed files with 245 additions and 92 deletions

View File

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