UNPKG

418 BTypeScriptView Raw
1/**
2 * Get the babel configuration file for the project.
3 */
4export declare function getProjectBabelConfigFile(projectRoot: string): string | undefined;
5export declare function watchBabelConfigForProject(projectRoot: string): string | void;
6/**
7 * Watch the babel configuration file and warn to reload the CLI if it changes.
8 */
9export declare function watchBabelConfig(projectRoot: string, configPath: string): void;