Created
November 27, 2020 14:14
-
-
Save NarHakobyan/d62e252d01a9afd74ede9becd76095c1 to your computer and use it in GitHub Desktop.
Yarn monorepo example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@monorepo/root", | |
"private": true, | |
"workspaces": { | |
"packages": [ | |
"packages/*" | |
], | |
"main": "index.ts", | |
"nohoist": [ | |
"**/tslint-eslint-rules", | |
"**/tslint-eslint-rules/**", | |
"**/tslint-config-prettier", | |
"**/tslint-config-prettier/**", | |
"**/tslint-consistent-codestyle", | |
"**/tslint-consistent-codestyle/**" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment