Commit 5708507
chore: commit the module resolution Next already enforces (#767)
next 16.2 rewrites tsconfig.json on every dev and build run, setting
moduleResolution to bundler, so the committed "node" value left every
checkout permanently dirty and reserialized without Prettier.
It also split resolution in two: CI type-checks a clean checkout with
node, which ignores package.json exports maps, while Vercel builds with
bundler, which honours them. That is how a private rainbowkit deep
import passed typecheck for months.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent ef6f93e commit 5708507
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments