UNPKG

@bleed-believer/path-alias

Version:
9 lines (8 loc) 360 B
import type { NodeJsProcessInstance } from './node-js-process.instance.js'; import type { GetTsconfigFunction } from './get-tsconfig.function.js'; import type { StatSyncFunction } from './stat-sync.function.js'; export interface GetTsConfigInjection { getTsconfig: GetTsconfigFunction; statSync: StatSyncFunction; process: NodeJsProcessInstance; }