UNPKG

markdown-code-example-inserter

Version:
7 lines (6 loc) 260 B
import { ParsedCommandLine } from 'typescript'; export type TsDirs = { source: string | undefined; output: string | undefined; }; export declare function getTsDirs(packageDir: string, overrideTsConfig?: Partial<ParsedCommandLine>): TsDirs | undefined;