Skip to content

Instantly share code, notes, and snippets.

@matheo
Last active January 15, 2019 19:32
Show Gist options
  • Save matheo/f9f9df41af536c4ed08a16f562c6d305 to your computer and use it in GitHub Desktop.
Save matheo/f9f9df41af536c4ed08a16f562c6d305 to your computer and use it in GitHub Desktop.
Nx Monorepo Article
{
+ "npmScope": "myproject",
"implicitDependencies": {
"baseUrl": ".",
"paths": {
+ "@myproject/shared": ["libs/shared/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment