Commit e4aad7b
chore(typescript): upgrade to TypeScript 6 and modernize moduleResolution
TypeScript 6.0 is the newest release typescript-eslint supports (peer
range `>=4.8.4 <6.1.0`). TypeScript 7 is not viable yet: the plugin
hard-errors with "typescript-eslint does not support TS 7.0", and
vite-plugin-dts crashes reading the compiler API that the Go-based 7.0
package no longer exposes.
`moduleResolution` moves from the deprecated `node`/node10 to `bundler`,
which matches how Vite actually resolves this library and clears the
TS5107 deprecation error that 6.0 raises.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ttm65yYvBRc7DBwguJW1XE1 parent b040b73 commit e4aad7b
3 files changed
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments