source: frontend/node_modules/tsconfig-paths/src/index.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: 522 bytes
Line 
1// register is used from register.js in root dir
2export {
3 createMatchPath,
4 matchFromAbsolutePaths,
5 MatchPath,
6} from "./match-path-sync";
7export {
8 createMatchPathAsync,
9 matchFromAbsolutePathsAsync,
10 MatchPathAsync,
11} from "./match-path-async";
12export { register } from "./register";
13export {
14 loadConfig,
15 ConfigLoaderResult,
16 ConfigLoaderSuccessResult,
17 ConfigLoaderFailResult,
18} from "./config-loader";
19export {
20 ReadJsonSync,
21 ReadJsonAsync,
22 FileExistsSync,
23 FileExistsAsync,
24} from "./filesystem";
Note: See TracBrowser for help on using the repository browser.