UNPKG

ts-jest

Version:

A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript

3 lines (2 loc) 119 B
import type { TsConfigJson } from 'type-fest'; export type TsConfigCompilerOptionsJson = TsConfigJson.CompilerOptions;