-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
31 lines (24 loc) · 923 Bytes
/
.yarnrc.yml
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
enableTelemetry: false
nodeLinker: node-modules
npmPublishAccess: public
npmScopes:
madatdata:
npmPublishRegistry: "${VERDACCIO:-https://registry.yarnpkg.com}"
npmRegistryServer: "${VERDACCIO:-https://registry.yarnpkg.com}"
packageExtensions:
ts-node@*:
peerDependenciesMeta:
typescript:
optional: true
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-pin-deps.cjs
spec: "https://raw.githubusercontent.com/splitgraph/yarn-plugin-pin-deps/main/packages/plugin-pin-deps/bundles/%40yarnpkg/plugin-pin-deps.js"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
unsafeHttpWhitelist:
- localhost
yarnPath: .yarn/releases/yarn-3.2.2.cjs