Automatically link to local packages? #5386
JonathanWilbur
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get that Nx uses TypeScript paths to make modules resolve to typescript files, but is there some way to make the compiled output resolve by the NPM package name?
In other words, let's say I have a project that looks like this:
Is there some way I can dynamically import library
b
fromappy
usingimport("b")
? Note that, since libraryb
is in typescript, it will have to be compiled, and this compiled output will be in/dist/libs/b
.Beta Was this translation helpful? Give feedback.
All reactions