Add yarn typescript plugin

This commit is contained in:
willclarktech 2021-04-28 14:56:15 +02:00
parent 93e4351cc5
commit 713152a9cf
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 11 additions and 4 deletions

File diff suppressed because one or more lines are too long

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