Vite 7 is out: `target` and `lib` values can be bumped
Author: mfulton26Created Jun 24, 2025Updated Jun 25, 2025
Vite's new tsconfig values for target and lib:
"target": "ES2022",
"lib": ["ES2022", "DOM", "DOM.Iterable"],Source: tsconfig/bases