xdl
Version:
The Expo Development Library
10 lines (9 loc) • 418 B
TypeScript
/**
* Get the babel configuration file for the project.
*/
export declare function getProjectBabelConfigFile(projectRoot: string): string | undefined;
export declare function watchBabelConfigForProject(projectRoot: string): string | void;
/**
* Watch the babel configuration file and warn to reload the CLI if it changes.
*/
export declare function watchBabelConfig(projectRoot: string, configPath: string): void;