module.exports = { verbose: false, modulePaths: [ '', ], transform: { '^.+\\.tsx?$': 'ts-jest', }, }