UNPKG

eslint-config-galex

Version:
7 lines (6 loc) 233 B
import { type TSConfig } from './types'; export type GetTopLevelTsConfigArgs = { cwd: string; tsConfigPath?: string; }; export declare const getTopLevelTsConfig: ({ cwd, tsConfigPath, }: GetTopLevelTsConfigArgs) => TSConfig;