fix(TsBuild): Set default TypeScript target to ESNext
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-11-28 - 3.1.2 - fix(TsBuild)
|
||||
Set default TypeScript target to ESNext
|
||||
|
||||
- Default compiler target changed from ScriptTarget.ES2024 to ScriptTarget.ESNext in ts/tsbuild.classes.tsbuild.ts
|
||||
- Aligns the default compiler options with documentation and ensures use of the latest language features
|
||||
|
||||
## 2025-11-27 - 3.1.1 - fix(compiler)
|
||||
Update default TypeScript target to ES2024
|
||||
|
||||
|
||||
Reference in New Issue
Block a user