@nx/angular
Version:
10 lines • 324 B
TypeScript
import { type Tree } from '@nx/devkit';
export type AddVitestOptions = {
name: string;
projectRoot: string;
skipPackageJson: boolean;
strict: boolean;
addPlugin?: boolean;
};
export declare function addVitest(tree: Tree, options: AddVitestOptions): Promise<void>;
//# sourceMappingURL=add-vitest.d.ts.map