UNPKG

150 BJavaScriptView Raw
1module.exports = {
2 transform: {
3 '^.+\\.tsx?$': 'ts-jest',
4 },
5 moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
6};