File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.0.0] - 2025-09-04
2+
3+ ### ⚠ Breaking Changes
4+ - Updated ` module ` setting to ` Node20 ` in ` tsc ` and ` tsc-dom ` configs.
5+ - Requires ** TypeScript >= 5.9.0** .
6+ - More info on Node20 module support: [ microsoft/TypeScript #61805 ] ( https://github.com/microsoft/TypeScript/issues/61805 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Shared TypeScript configuration for Lokalise projects.
55## Getting Started
66
77### Requirements:
8- - TypeScript ` ^5.8 .0`
8+ - TypeScript ` >=5.9 .0`
99- ESM codebase
1010
1111### Installation:
Original file line number Diff line number Diff line change 22 "$schema" : " https://json.schemastore.org/tsconfig" ,
33 "extends" : " ./base.json" ,
44 "compilerOptions" : {
5- "module" : " Node18 "
5+ "module" : " Node20 "
66 }
77}
You can’t perform that action at this time.
0 commit comments