https://github.com/tsconfig/bases/blob/03f3a4b01f648a86cb33f463bd1a46e1ecf6dd9a/bases/vite-react.json#L8-L10 Vite's new tsconfig values for `target` and `lib`: ```json "target": "ES2022", "lib": ["ES2022", "DOM", "DOM.Iterable"], ```