source: frontend/node_modules/tsconfig-paths/lib/register.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 266 bytes
Line 
1import { ExplicitParams } from "./config-loader";
2/**
3 * Installs a custom module load function that can adhere to paths in tsconfig.
4 * Returns a function to undo paths registration.
5 */
6export declare function register(explicitParams: ExplicitParams): () => void;
Note: See TracBrowser for help on using the repository browser.