UNPKG

72 BJavaScriptView Raw
1module.exports = {
2 transform: {
3 '^.+\\.tsx?$': 'ts-jest',
4 },
5};