MCPcopy
hub / github.com/jonaskello/tsconfig-paths / ExplicitParams

Interface ExplicitParams

src/config-loader.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import * as path from "path";
3
4export interface ExplicitParams {
5 baseUrl: string;
6 paths: { [key: string]: Array<string> };
7 mainFields?: (string | string[])[];
8 addMatchAll?: boolean;
9}
10
11export type TsConfigLoader = (
12 params: TsConfigLoader2.TsConfigLoaderParams

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…