UNPKG

@nx/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

5 lines 370 B
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