/* global module */ module.exports = { roots: ['/tests', '/src'], transform: { '^.+\\.ts$': 'ts-jest', }, };