| 45 | } |
| 46 | |
| 47 | export 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. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…