aboutsummaryrefslogtreecommitdiffhomepage
path: root/.yarnrc.yml
diff options
context:
space:
mode:
Diffstat (limited to '.yarnrc.yml')
-rw-r--r--.yarnrc.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml
new file mode 100644
index 0000000..3111f6c
--- /dev/null
+++ b/.yarnrc.yml
@@ -0,0 +1,17 @@
+enableTelemetry: false
+
+logFilters:
+ - code: YN0062
+ level: discard
+ - code: YN0002
+ level: info
+
+nodeLinker: node-modules
+
+plugins:
+ - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
+ spec: "@yarnpkg/plugin-workspace-tools"
+
+pnpEnableEsmLoader: false
+
+yarnPath: .yarn/releases/yarn-3.2.2.cjs \ No newline at end of file