fix(compilerOptions): Remove experimentalDecorators and useDefineForClassFields from default TypeScript compiler options

This commit is contained in:
2025-11-17 08:08:21 +00:00
parent b38ef6cf82
commit a4863bc761
3 changed files with 9 additions and 3 deletions

View File

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