fix(TsBuild): Set default TypeScript target to ESNext

This commit is contained in:
2025-11-28 08:44:42 +00:00
parent 9a071ce82f
commit 27aa318054
3 changed files with 8 additions and 2 deletions

View File

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