Initial commit - Event Planner application
This commit is contained in:
12
node_modules/tsconfig-paths/lib/register.d.ts
generated
vendored
Normal file
12
node_modules/tsconfig-paths/lib/register.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user