%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/lib/typescript/ |
Current File : /var/www/html/node_modules/next/dist/lib/typescript/runTypeCheck.d.ts |
export interface TypeCheckResult { hasWarnings: boolean; warnings?: string[]; inputFilesCount: number; totalFilesCount: number; incremental: boolean; } export declare function runTypeCheck(ts: typeof import('typescript'), baseDir: string, tsConfigPath: string, cacheDir?: string): Promise<TypeCheckResult>;