1 2 3 4 5 6
module.exports = { roots: ['<rootDir>/tests', '<rootDir>/src'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, }