2020-10-11 10:06:21 -07:00
|
|
|
defaultSemverRangePrefix: ""
|
2021-05-15 16:39:03 +02:00
|
|
|
|
2021-05-14 08:04:19 +02:00
|
|
|
enableGlobalCache: false
|
2021-05-15 16:39:03 +02:00
|
|
|
|
2021-05-13 23:13:57 +02:00
|
|
|
enableTelemetry: true
|
2021-05-15 16:39:03 +02:00
|
|
|
|
2020-10-11 10:06:21 -07:00
|
|
|
httpRetry: 10
|
2021-05-15 16:39:03 +02:00
|
|
|
|
2020-10-11 10:06:21 -07:00
|
|
|
httpTimeout: 100000
|
|
|
|
|
2021-09-07 21:19:44 +02:00
|
|
|
npmRegistryServer: "https://registry.npmjs.org"
|
2020-10-11 10:06:21 -07:00
|
|
|
|
|
|
|
plugins:
|
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
|
|
spec: "@yarnpkg/plugin-workspace-tools"
|
2020-10-15 22:57:46 -07:00
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
|
|
spec: "@yarnpkg/plugin-interactive-tools"
|
2021-05-15 16:39:03 +02:00
|
|
|
- ./yarn-plugins/plugin-postinstall.js
|
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
|
|
|
spec: "@yarnpkg/plugin-typescript"
|
2020-10-11 10:06:21 -07:00
|
|
|
|
2021-05-13 17:41:20 +02:00
|
|
|
yarnPath: .yarn/releases/yarn-2.4.1.cjs
|