astro-ghostcms/.pnpm-store/v3/files/fa/f5fba9d30ecb6965f7f8e00ec9d...

7 lines
445 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import * as ts from 'typescript';
import type { TSESTreeOptions } from '../parser-options';
import type { MutableParseSettings } from './index';
export declare function createParseSettings(code: ts.SourceFile | string, options?: Partial<TSESTreeOptions>): MutableParseSettings;
export declare function clearTSConfigMatchCache(): void;
export declare function clearTSServerProjectService(): void;
//# sourceMappingURL=createParseSettings.d.ts.map