Last active
May 15, 2022 22:35
-
-
Save LAlves91/879324d08f402e2a3940a1a953a8c459 to your computer and use it in GitHub Desktop.
Path mapping for one library
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
Show hidden characters
"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