In nestjs version v10.4.15 why when I find import suggestion PickType from '@nestjs/mapped-types' it doesn't appear?
I have try in vscode and webstorm but the result is the same.
I try another version nestjs (v10.4.6) the suggestion is appear like in the photo.
If I write manually, the dependency is still can be found.
Is this problem come from my text editor? 🤔