UNPKG

ts-jest

Version:

A preprocessor with sourcemap support to help use Typescript with Jest

4 lines (3 loc) 189 B
import * as tsc from 'typescript'; export declare function getJestConfig(root: any): any; export declare function getTSConfig(globals: any, collectCoverage?: boolean): tsc.CompilerOptions;