UNPKG

next

Version:

The React Framework

6 lines (5 loc) 281 B
import { NextConfigComplete } from '../../server/config-shared'; export declare type TypeScriptIntent = { firstTimeSetup: boolean; }; export declare function getTypeScriptIntent(baseDir: string, pagesDir: string, config: NextConfigComplete): Promise<TypeScriptIntent | false>;