#Issue typechecking monorepo

1 messages · Page 1 of 1 (latest)

chrome turtle
#

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

swift ibex
#

I would set ui as a dependency of spa using package.json dependency. Then it won't try to check it