I'm getting typecheck issues in a turborepo monorepo and am totally stuck. Does anyone have any ideas why my typescript is failing to resolve the code thats imported into packages/spa from packages/ui? When i typecheck the ui package i get no issues
// no issues in packages/ui
nr typecheck
$ tsc --noEmit
$
Edit: the screenshot showing the packages/ui being excluded in the tsconfig of package/spa should have been removed. was an old output