Icard/angular-clarity-master(work.../node_modules/tsconfig-paths/lib/register.d.ts

13 lines
411 B
TypeScript
Raw Normal View History

2024-07-16 15:23:22 +00:00
import { ExplicitParams } from "./config-loader";
export interface RegisterParams extends ExplicitParams {
/**
* Defaults to `--project` CLI flag or `process.cwd()`
*/
cwd?: string;
}
/**
* Installs a custom module load function that can adhere to paths in tsconfig.
* Returns a function to undo paths registration.
*/
export declare function register(params?: RegisterParams): () => void;