Update YARN.md

This commit is contained in:
willclarktech 2021-05-19 19:05:07 +02:00
parent 47cadd3b8b
commit 205a6769bc
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -215,7 +215,9 @@ https://yarnpkg.com/features/constraints
## TypeScript plugin ## TypeScript plugin
Automatically installs DefinitelyTyped `@types/*` definitions if the project Automatically installs DefinitelyTyped `@types/*` definitions if the project
doesnt have its own. doesnt have its own. This sounds useful, but might actually be annoying because
sometimes you dont need the type definitions even when theyre available (eg
for tools).
```sh ```sh
yarn plugin import typescript 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://next.yarnpkg.com/features/release-workflow
https://yarnpkg.com/features/workspaces#yarn-workspaces-vs-lerna https://yarnpkg.com/features/workspaces#yarn-workspaces-vs-lerna
## Setup for IDE
https://next.yarnpkg.com/advanced/pnpify#ide-support