The application currently uses TypeScript version 5.8 (released February 2025). This should be updated to the newest version of TypeScript 6 (released March 2026). This version is a transition release to the upcoming version 7, so it can be useful to update to version 6 first.
When updating, take note of the change regarding the configuration of lib and the value DOM.Iterable. As this value is now included as part of the DOM value, and the DOM value as well as the ES2024 value is automatically set, there is no need to specify the lib value, so this setting can be removed from tsconfig.app.json.
The application currently uses TypeScript version 5.8 (released February 2025). This should be updated to the newest version of TypeScript 6 (released March 2026). This version is a transition release to the upcoming version 7, so it can be useful to update to version 6 first.
When updating, take note of the change regarding the configuration of
liband the valueDOM.Iterable. As this value is now included as part of theDOMvalue, and theDOMvalue as well as theES2024value is automatically set, there is no need to specify thelibvalue, so this setting can be removed fromtsconfig.app.json.