UNPKG

markdown-code-example-inserter

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