fix(compiler): Update default TypeScript target to ES2024
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-11-27 - 3.1.1 - fix(compiler)
|
||||
Update default TypeScript target to ES2024
|
||||
|
||||
- Default compiler option 'target' changed from ScriptTarget.ESNext to ScriptTarget.ES2024 in ts/tsbuild.classes.tsbuild.ts
|
||||
- Aligns emitted code to ES2024 language features by default
|
||||
|
||||
## 2025-11-17 - 3.1.0 - feat(tsbuild.classes)
|
||||
Update default TypeScript lib to lib.esnext.d.ts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user