UNPKG

@bleed-believer/path-alias

Version:
3 lines (2 loc) 170 B
import type { TsConfigResult } from 'get-tsconfig'; export type GetTsconfigFunction = (searchPath?: string, configName?: string, cache?: Cache) => TsConfigResult | null;