UNPKG

type-check-utility

Version:
9 lines (8 loc) 244 B
module.exports = { roots: ['<rootDir>'], transform: { '^.+\\.tsx?$': 'ts-jest', }, testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], }