In nestjs all the `.forRoot` functions appear as unresolved (inside monorepo)
This is a monorepo (yarn workspaces). It compiles and builds just fine. However, in webstorm all the `.forRoot` functions of the modules I have tried so far are marked as unresolved
Is this a bug or something I am missing?

The repo can be found here
https://github.com/ptheofan/nestjs-react-monorepo/blob/master/apps/backend/src/app.module.ts#L12
请先登录再写评论。
Please try un-excluding the
node_modules/@nestjs/graphql/dist
folder (Mark directory as/Not excluded in folder right-click menu) and then re-opening the project