-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Expand file tree
/
Copy path.yarnrc.yml
More file actions
38 lines (29 loc) · 772 Bytes
/
.yarnrc.yml
File metadata and controls
38 lines (29 loc) · 772 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
28
29
30
31
32
33
34
35
36
37
38
compressionLevel: 0
enableGlobalCache: true
installStatePath: ../.yarn/code-install-state.gz
logFilters:
- code: YN0005
level: discard
- code: YN0076
level: discard
nodeLinker: node-modules
npmRegistryServer: 'https://registry.yarnpkg.com'
plugins:
- path: ../.yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
- path: ../.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
- path: ../.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
supportedArchitectures:
cpu:
- current
- x64
- arm64
os:
- current
- linux
- darwin
unsafeHttpWhitelist:
- localhost
yarnPath: .yarn/releases/yarn-4.6.0.cjs