UNPKG

next

Version:

The React Framework

6 lines (5 loc) 315 B
import { TypeCheckResult } from './typescript/runTypeCheck'; export declare function verifyTypeScriptSetup(dir: string, intentDirs: string[], typeCheckPreflight: boolean, tsconfigPath: string, disableStaticImages: boolean, cacheDir?: string): Promise<{ result?: TypeCheckResult; version: string | null; }>;