persona-community-5/.pnpm-store/v3/files/fa/f5fba9d30ecb6965f7f8e00ec9d27b915487c97732fac09bcff279d3bd1146951726be637e801f0edb9d9fb435c81a75f06b43043ec6dd881c77cf8e6e3c17
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

7 lines
445 B
Plaintext

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