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

Interface Tsconfig

src/tsconfig-loader.ts:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * Typing for the parts of tsconfig that we care about
10 */
11export interface Tsconfig {
12 extends?: string | string[];
13 compilerOptions?: {
14 baseUrl?: string;
15 paths?: { [key: string]: Array<string> };
16 strict?: boolean;
17 };
18}
19
20export interface TsConfigLoaderResult {
21 tsConfigPath: string | undefined;

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…