UNPKG

@nx/angular

Version:

The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Playwright and Cypre

9 lines 338 B
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