UNPKG

@typescript-eslint/typescript-estree

Version:

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

7 lines 453 B
import * as ts from 'typescript'; import type { TSESTreeOptions } from '../parser-options'; import type { MutableParseSettings } from './index'; export declare function createParseSettings(code: string | ts.SourceFile, tsestreeOptions?: Partial<TSESTreeOptions>): MutableParseSettings; export declare function clearTSConfigMatchCache(): void; export declare function clearTSServerProjectService(): void; //# sourceMappingURL=createParseSettings.d.ts.map