Last active
January 15, 2019 19:32
-
-
Save matheo/f9f9df41af536c4ed08a16f562c6d305 to your computer and use it in GitHub Desktop.
Nx Monorepo Article
This file contains 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
{ | |
+ "npmScope": "myproject", | |
"implicitDependencies": { |
This file contains 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
"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