-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
27 lines (23 loc) · 845 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
27 lines (23 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
registries:
https://npm.jsr.io/:
scopes: ['@jsr']
packages:
- packages/*
- playgrounds/*
- tests/*
# Hoist everything (default) except @types/bun. When @types/node and @types/bun are
# installed in different packages, hoisting both into the same env causes a
# conflict and breaks type checking when working on Node.js types alongside
# a package that imports from 'bun'. Excluding @types/bun from hoisting
# avoids this while keeping hoisting enabled for everything else.
hoistPattern:
- '*'
- '!@types/bun'
# Lets playgrounds/* resolve local packages without the 'workspace:' protocol
# during development. When a playground is cloned standalone, the same
# dependencies resolve to registry versions instead.
linkWorkspacePackages: true
preferWorkspacePackages: true
allowBuilds:
esbuild: false
simple-git-hooks: false