nrwl / nx-incremental-large-repo

67 stars 35 forks source link

why do we have duplicate tsconfig path mapping for app0/tsconfig.app.json and root/tsconfig.json #4

Closed VeeteshJain closed 4 years ago

VeeteshJain commented 4 years ago

@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

  1. do we need to maintain these 2 lists separately?
  2. is there is some nx comonad to add or validate such links?
juristr commented 4 years ago

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.