UNPKG

react-preset-typescript

Version:
16 lines (15 loc) 221 B
module.exports = { moduleFileExtensions: [ 'js', 'jsx', 'ts', 'tsx', 'json' ], transform: { '^.+\\.ts$': 'ts-jest' }, transformIgnorePatterns: [ '/node_modules/' ] }