@nx/workspace
Version:
5 lines • 370 B
TypeScript
import { ProjectConfiguration, Tree } from '@nx/devkit';
export declare function maybeExtractTsConfigBase(tree: Tree): void;
export declare function maybeExtractJestConfigBase(tree: Tree): Promise<void>;
export declare function maybeMigrateEslintConfigIfRootProject(tree: Tree, rootProject: ProjectConfiguration): void;
//# sourceMappingURL=extract-base-configs.d.ts.map