next
Version:
The React Framework
7 lines (6 loc) • 349 B
TypeScript
import { TypeCheckResult } from './typescript/runTypeCheck';
import { NextConfigComplete } from '../server/config-shared';
export declare function verifyTypeScriptSetup(dir: string, pagesDir: string, typeCheckPreflight: boolean, config: NextConfigComplete, cacheDir?: string): Promise<{
result?: TypeCheckResult;
version: string | null;
}>;