So, in summary, we have:
packages/
app/
tsconfig.json
shared/
tsconfig.json
tsconfig.base.json
tsconfig.json
Running tsc -b --incremental
from the root will read the root tsconfig.json
file which
references the packages/app/tsconfig.json
file which in turn references the
packages/shared/tsconfig.json
file.