UNPKG

@typescript-eslint/project-service

Version:

Standalone TypeScript project service wrapper for linting.

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