Within my NX workspace, all libraries compile successfully except for one particular lib that is encountering an issue: `libs/business-logic/helpers/src/index.ts:11:15 - error TS6059: File '/Users/Projects/mono/org/libs/business-logic/helpers/src/lib/params.ts' is not under 'rootDir' '/Users//Projects/mono/org/libs/api/data'. 'rootDir' is expected to contain all source files.
11 export * from './lib/params'; ~~~~~~~~~~~~~~
————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
NX Ran target build for project api and 4 task(s) they depend on (7s)
✖ 1/5 failed
✔ 4/5 succeeded [4 read from cache]
` I have explored various solutions in Building library with imports from another library using NX Monorepo, but none have proven successful so far.