UNPKG

171 BTypeScriptView Raw
1export interface JestInitSchema {
2 compiler?: 'tsc' | 'babel' | 'swc';
3 js?: boolean;
4 skipPackageJson?: boolean;
5 /**
6 * @deprecated
7 */
8 babelJest?: boolean;
9}