Situation:
Our monorepo has 2 workspaces: foo and bar.
foo has the files:
src/file.tssrc/@types/baz.d.ts
bar workspace imports @monorepo/foo/src/file.
Type-checks work for the foo workspace but not for the bar workspace.
How can I ask typescript to include the appropriate *.d.ts when importing from @monorepo/foo/*?