-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
44 lines (38 loc) · 1.03 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
44 lines (38 loc) · 1.03 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
hoist: false
hoistPattern: []
autoInstallPeers: false
strictPeerDependencies: true
publicHoistPattern:
- "frida"
- "vitest"
- "@types/*"
- "@vitest/*"
- "@effect/vitest"
recursiveInstall: true
dedupePeerDependents: false
linkWorkspacePackages: true
hoistWorkspacePackages: false
preferWorkspacePackages: true
resolvePeersFromWorkspaceRoot: false
# The root and both templates all run `effect-tsgo patch` in their `prepare`
# script, and they all resolve to the same physical typescript install. Running
# them concurrently races on the binary swap, so keep install scripts serial.
childConcurrency: 1
packages:
- packages/*
- scratchpad
- templates/agent-only
- templates/app-and-agent
allowBuilds:
frida: true
esbuild: true
msgpackr-extract: true
'@bufbuild/buf': true
overrides:
"@effect/docgen>typescript": "7.0.2"
"madge>typescript": "7.0.2"
peerDependencyRules:
allowedVersions:
typescript: "7.0.2"
# babel-plugin-annotate-pure-calls still declares a `@babel/core: ^7.0.0` peer.
"@babel/core": "8.0.1"