export default {
rootDir: './',
testEnvironment: 'node',
transform: {
'^.+\\.(ts)$': 'ts-jest',
},
};