| 2 | import * as path from "path"; |
| 3 | |
| 4 | export interface ExplicitParams { |
| 5 | baseUrl: string; |
| 6 | paths: { [key: string]: Array<string> }; |
| 7 | mainFields?: (string | string[])[]; |
| 8 | addMatchAll?: boolean; |
| 9 | } |
| 10 | |
| 11 | export type TsConfigLoader = ( |
| 12 | params: TsConfigLoader2.TsConfigLoaderParams |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…