This is a minimal repository to reproduce WebStorm import issues when working in a Typescript+pnpm+Turborepo monorepo.
WebStorm is unable to resolve auto-import for exported members of the installed monorepo package. Import is available
using Alt+Enter context menu.

$ pnpm i
$ pnpm run watchBelow are images showing relevant settings for IDE configuration

- Open
apps/test_app/src/AnotherModule.tsin the editor - Try to access the
myFunctionmethod inSomeFilemodule via auto-import