UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

8 lines (7 loc) 326 B
import { Tree } from '@nx/devkit'; /** * `@nx/storybook`'s generated main.ts points its stories glob at `src/lib` * (its own convention). Stencil generators put components under * `src/components` instead — point the glob at the right place. */ export declare function updateMain(host: Tree, projectName: string): void;