Progressive breadcrumb resolution with caching, fix double headers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
258 B
TypeScript
Executable File
7 lines
258 B
TypeScript
Executable File
import type { TsJestTransformerOptions } from '../types';
|
|
import { TsJestTransformer } from './ts-jest-transformer';
|
|
declare const _default: {
|
|
createTransformer: (tsJestConfig?: TsJestTransformerOptions) => TsJestTransformer;
|
|
};
|
|
export default _default;
|