Issue
Seems to me that the easiest thing one can do is run one tool at a time. So ideally I'd like to run only jest and have my monorepo just reference itself (its modules) when needed. I fail though when it comes to type checking (done within ts-jest), because composite packages needs packages on which they depend built to disk - otherwise they can't load them.
IMHO it would be nice to support this as it could work kinda out of the box then for the user. Having to run both tsc and jest at the same time feels kinda counter-productive.
Issue
Seems to me that the easiest thing one can do is run one tool at a time. So ideally I'd like to run only jest and have my monorepo just reference itself (its modules) when needed. I fail though when it comes to type checking (done within ts-jest), because composite packages needs packages on which they depend built to disk - otherwise they can't load them.
IMHO it would be nice to support this as it could work kinda out of the box then for the user. Having to run both tsc and jest at the same time feels kinda counter-productive.