UNPKG

next

Version:

The React Framework

3 lines (2 loc) 204 B
import { TypeCheckResult } from './typescript/runTypeCheck'; export declare function verifyTypeScriptSetup(dir: string, pagesDir: string, typeCheckPreflight: boolean): Promise<TypeCheckResult | boolean>;