Commit 2eceb5d
chore(deps-dev): TypeScript 6 + fixes (#28)
Bump typescript devDependency 5.9.3 -> 6.0.3.
TS 6.0 no longer auto-includes the @types/node ambient globals for this
project's NodeNext config, so `node:fs`/`process`/`Buffer` etc. failed
with TS2591. Add `"types": ["node"]` to tsconfig compilerOptions (the
fix the TS6 error message itself recommends). tsconfig.test.json extends
this config and inherits the setting, so both the build and the test
compile pass.
Supersedes dependabot PR #16.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cf49e35 commit 2eceb5d
3 files changed
Lines changed: 6 additions & 5 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 | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments