If you have error like this:
../../../node_modules/@jest/types/build/Config.d.ts:300:38 - error TS2694: Namespace 'NodeJS' has no exported member 'Global'.
300 extraGlobals: Array<keyof NodeJS.Global>;
It is a well known issue with jest in combination with a node types version >= 16: jestjs/jest#11640 (comment)