UNPKG

@bleed-believer/path-alias

Version:
4 lines (3 loc) 245 B
import type { GetTsConfigInjection } from '@tool/get-ts-config/index.js'; import type { TsConfigResult } from 'get-tsconfig'; export type GetTsConfigFunction = (path?: string | null, injection?: Partial<GetTsConfigInjection>) => TsConfigResult;