@types/jest is now obsolete as jest itself provides type definitions in @jest/types module (already shipped in the package). When using @types/jest, it results in error finding dependencies, for example in node-memfs with fs-monkey as component.
Seems this transition is not completed.