@nx/angular
Version:
9 lines • 338 B
TypeScript
import { type Tree } from '@nx/devkit';
type AddPathToTsConfigOptions = {
remoteName: string;
moduleName: string;
pathToFile: string;
};
export declare function addPathToTsConfig(tree: Tree, { remoteName, moduleName, pathToFile }: AddPathToTsConfigOptions): void;
export {};
//# sourceMappingURL=add-path-to-ts-config.d.ts.map