module.exports = { transformIgnorePatterns: ['.test.js'], transform: { '^.+\\.ts$': 'ts-jest', }, roots: ['/src'], testMatch: ['**/*.test.ts'], }