Files
bun.sh/test/regression
Claude Bot f40bf045fd fix(resolver): child tsconfig paths should override parent paths, not merge
Per TypeScript semantics, when a child tsconfig.json defines its own `paths`
mapping, it should completely replace the parent's `paths` rather than merging
them together.

Fixes #25622

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 20:10:46 +00:00
..