cosmjs/.yarnrc.yml

16 lines
411 B
YAML
Raw Normal View History

2021-04-22 14:40:34 +02:00
enableTelemetry: false
2021-04-28 14:56:15 +02:00
nodeLinker: node-modules
2021-04-22 14:40:34 +02:00
2021-04-22 13:26:46 +02:00
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
2021-04-28 14:56:15 +02:00
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
2021-04-28 14:57:16 +02:00
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
2021-04-22 13:26:46 +02:00
2021-04-28 14:51:58 +02:00
preferInteractive: true
2021-04-22 13:47:40 +02:00
yarnPath: .yarn/releases/yarn-2.4.1.cjs