Using Yarn Workspaces:
Add references.path to tsconfig.json
for the package you are trying to import. Example from public repo https://github.com/graphile/starter/blob/main/%40app/server/tsconfig.json#L14
"references": [{ "path": "../config" }, { "path": "../graphql" }]