3 lines
246 B
Plaintext
3 lines
246 B
Plaintext
import type * as ts from 'typescript/lib/tsserverlibrary';
|
|
export declare function getParsedConfigFileFromTSServer(tsserver: typeof ts, defaultProject: string, throwOnFailure: boolean, tsconfigRootDir?: string): ts.ParsedCommandLine | undefined;
|