From 205a6769bc87bcd6d5423b14abac9ca3cd1efc68 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 19 May 2021 19:05:07 +0200 Subject: [PATCH] Update YARN.md --- docs/YARN.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/YARN.md b/docs/YARN.md index 3753f3ccc7..df7fcfe059 100644 --- a/docs/YARN.md +++ b/docs/YARN.md @@ -215,7 +215,9 @@ https://yarnpkg.com/features/constraints ## TypeScript plugin Automatically installs DefinitelyTyped `@types/*` definitions if the project -doesn’t have its own. +doesn’t have its own. This sounds useful, but might actually be annoying because +sometimes you don’t need the type definitions even when they’re available (eg +for tools). ```sh yarn plugin import typescript @@ -289,3 +291,7 @@ Lerna unfortunately appears to be unmaintained. Remove the dependency and the https://next.yarnpkg.com/features/release-workflow https://yarnpkg.com/features/workspaces#yarn-workspaces-vs-lerna + +## Setup for IDE + +https://next.yarnpkg.com/advanced/pnpify#ide-support