# Hoist bun-types to the workspace-root node_modules so TS can resolve
# `types: ["bun-types"]` in vendored bun-native plugins (slack-channel,
# x-bug-triage). pnpm strict-isolation hides transitive deps inside
# .pnpm/, which makes TS's lookup fail for top-level types entries.
# Affected upstreams declare @types/bun (which transitively pulls
# bun-types) but their tsconfig refers to bun-types directly.
# Discovered while landing claude-7tig.1.
public-hoist-pattern[]=*bun-types*
