UNPKG

next

Version:

The React Framework

6 lines (5 loc) 224 B
export interface TypeCheckResult { hasWarnings: boolean; warnings?: string[]; } export declare function runTypeCheck(ts: typeof import('typescript'), baseDir: string, tsConfigPath: string): Promise<TypeCheckResult>;