UNPKG

@typescript-eslint/typescript-estree

Version:

A parser that converts TypeScript source code into an ESTree compatible form

4 lines 248 B
import type * as ts from 'typescript/lib/tsserverlibrary'; export type TypeScriptProjectService = ts.server.ProjectService; export declare function createProjectService(): TypeScriptProjectService; //# sourceMappingURL=createProjectService.d.ts.map