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

Interface RegisterParams

src/register.ts:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47export interface RegisterParams extends ExplicitParams {
48 /**
49 * Defaults to `--project` CLI flag or `process.cwd()`
50 */
51 cwd?: string;
52}
53
54/**
55 * Installs a custom module load function that can adhere to paths in tsconfig.

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…