UNPKG

@postlight/node-typescript-starter-kit

Version:
10 lines (9 loc) 255 B
module.exports = { moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], roots: ['./src'], testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(ts|js)x?$', transform: { '^.+\\.tsx?$': 'ts-jest', '^.+\\.jsx?$': 'babel-jest' } };