module.exports = { transform: { "^.+\\.(png|js|ts|tsx)$": "ts-jest", }, verbose: true };