Files
memecoin-botV2/.pnpm-store/v10/files/89/7d97cc06322ed965831b96fc7192db694cc4e2acbb0edb8c92e0af19f33cdd67aeef25a06fed4449210938cc16cd7fa99132a7e258dbcbcc13737b98a95561

7 lines
404 B
Plaintext

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;