UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

11 lines (9 loc) 246 B
import { LinterType } from '@nx/eslint'; export interface StorybookConfigureSchema { name: string; configureCypress?: boolean; linter?: LinterType; cypressDirectory?: string; standaloneConfig?: boolean; interactionTests?: boolean; }