fix(compiler): Update default TypeScript target to ES2024

This commit is contained in:
2025-11-27 23:04:13 +00:00
parent c66a941aaf
commit ad227ded73
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.0',
version: '3.1.1',
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
}