diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-29 22:13:28 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-29 22:13:28 -0400 |
commit | 17f173325f7525f7a26331c43980bcfcdeab5980 (patch) | |
tree | a0415d93bb90bff3f59e8d0728d27a496118cd2e /.yarnrc.yml | |
parent | 0022a2bf6ccff889d97b56b22e5c260259258494 (diff) | |
download | tanzanite-17f173325f7525f7a26331c43980bcfcdeab5980.tar.gz tanzanite-17f173325f7525f7a26331c43980bcfcdeab5980.tar.bz2 tanzanite-17f173325f7525f7a26331c43980bcfcdeab5980.zip |
chore: update deps
Diffstat (limited to '.yarnrc.yml')
-rw-r--r-- | .yarnrc.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml index 78c0be0..8852956 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,7 +1,6 @@ enableTelemetry: false + nodeLinker: node-modules -pnpEnableEsmLoader: true -pnpMode: loose plugins: - path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs @@ -9,4 +8,8 @@ plugins: - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs spec: '@yarnpkg/plugin-interactive-tools' +pnpEnableEsmLoader: true + +pnpMode: loose + yarnPath: .yarn/releases/yarn-3.2.1.cjs |