aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.yarnrc.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml
index f362d3a..05fc4ec 100644
--- a/.yarnrc.yml
+++ b/.yarnrc.yml
@@ -4,9 +4,9 @@ nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
- spec: "@yarnpkg/plugin-typescript"
+ spec: '@yarnpkg/plugin-typescript'
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
- spec: "@yarnpkg/plugin-interactive-tools"
+ spec: '@yarnpkg/plugin-interactive-tools'
pnpEnableEsmLoader: true