feat(tsbuild.classes): Update default TypeScript lib to lib.esnext.d.ts
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-11-17 - 3.1.0 - feat(tsbuild.classes)
|
||||
Update default TypeScript lib to lib.esnext.d.ts
|
||||
|
||||
- Changed default compilerOptions.lib from ['lib.dom.d.ts', 'lib.es2022.d.ts'] to ['lib.dom.d.ts', 'lib.esnext.d.ts'] in compilerOptionsDefault.
|
||||
- Allows newer ECMAScript/DOM features by default when compiling with tsbuild (affects emitted types and available globals).
|
||||
- Behavioral default change only — no public API changes; callers can still override lib via tsconfig, programmatic options, or CLI.
|
||||
|
||||
## 2025-11-17 - 3.0.0 - BREAKING CHANGE(TsBuild)
|
||||
Stop forcing emitDecoratorMetadata in protected compiler defaults
|
||||
|
||||
|
||||
Reference in New Issue
Block a user