UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

10 lines (8 loc) 208 B
import { Linter } from '@nx/eslint'; export interface StorybookConfigureSchema { name: string; configureCypress?: boolean; linter?: Linter; cypressDirectory?: string; standaloneConfig?: boolean; }