-
-
Notifications
You must be signed in to change notification settings - Fork 395
Expand file tree
/
Copy path.npmrc
More file actions
8 lines (8 loc) · 484 Bytes
/
Copy path.npmrc
File metadata and controls
8 lines (8 loc) · 484 Bytes
1
2
3
4
5
6
7
8
# 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*