Commit 35b7377
chore(dev): fix bun-types typecheck resolution in cli tsconfig
`types: ["bun-types"]` only resolved via a stale hoisted node_modules layout;
on a clean install `tsc` fails with TS2688 because the `types` array resolves
against node_modules/@types and `bun-types` is a plain (transitive) package.
Reference the installed `@types/bun` as `"bun"` instead. Verified against a
clean `bun install`; CI typecheck now passes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Piqz8qJ21eRpPrmWwxr6fg1 parent 48c83d4 commit 35b7377
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments