@vsavkin why do we need to have 2 different path mapping for @largerepo/app0/lib0/lib0
one at apps/app0/tsconfig.app.json from dist
and another one at project root tsconfig.json from libs?
questions
do we need to maintain these 2 lists separately?
is there is some nx comonad to add or validate such links?
I just merged some changes into master that should fix the above mentioned issue. Note this is still experimental and a production ready version will be shipped with v11.
@vsavkin why do we need to have 2 different path mapping for @largerepo/app0/lib0/lib0 one at apps/app0/tsconfig.app.json from dist and another one at project root tsconfig.json from libs?
questions