Skip to content

Instantly share code, notes, and snippets.

@NarHakobyan
Created November 27, 2020 14:14
Show Gist options
  • Save NarHakobyan/d62e252d01a9afd74ede9becd76095c1 to your computer and use it in GitHub Desktop.
Save NarHakobyan/d62e252d01a9afd74ede9becd76095c1 to your computer and use it in GitHub Desktop.
Yarn monorepo example
{
"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