module.exports = { roots: ['/tests', '/src'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, }