Skip to content

Instantly share code, notes, and snippets.

@LAlves91
Last active May 15, 2022 22:35
Show Gist options
  • Save LAlves91/879324d08f402e2a3940a1a953a8c459 to your computer and use it in GitHub Desktop.
Save LAlves91/879324d08f402e2a3940a1a953a8c459 to your computer and use it in GitHub Desktop.
Path mapping for one library
"paths": {
// Added by default by Angular CLI when generating a library
"lib-core": [
"dist/lib-core/lib-core",
"dist/lib-core"
],
"lib-core/*": [
"projects/lib-core/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment