GitHub - azz/jest-runner-tsc: 🃏A Jest runner for the TypeScript compiler (original) (raw)
module.exports = { runner: 'jest-runner-tsc', displayName: 'tsc', moduleFileExtensions: ['js','ts', 'tsx'], testMatch: ['/**/*.ts'], };
A relative path to your tsconfig.json
file.