Add yarn typescript plugin

This commit is contained in:
willclarktech
2021-05-18 15:15:55 +02:00
parent 93e4351cc5
commit 713152a9cf
2 changed files with 11 additions and 4 deletions
File diff suppressed because one or more lines are too long
+3 -4
View File
@@ -1,14 +1,13 @@
# For more info see https://yarnpkg.com/advanced/telemetry
enableTelemetry: false
# Experimental but we need this for the migration (well switch it later)
nodeLinker: "node-modules"
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
# https://yarnpkg.com/configuration/yarnrc#preferInteractive
preferInteractive: true
yarnPath: .yarn/releases/yarn-2.4.1.cjs