[v1.0.2] Fix Jest module resolution for modern TypeScript configs
Fixed
- Add
moduleNameMapperinjest.config.tsto strip explicit.jsextensions emitted by TypeScript when usingmoduleResolution: "bundler"or"node16"/"nodenext". This prevents "Cannot find module './foo.js'" errors when running tests with Jest.