UNPKG

@typescript-eslint/project-service

Version:

Standalone TypeScript project service wrapper for linting.

3 lines (2 loc) 246 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;