UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

8 lines (6 loc) 251 B
import { StencilBaseConfigOptions } from '../stencil-runtime/stencil-config'; import { ProjectType } from '../../utils/typings'; export interface StencilTestOptions extends StencilBaseConfigOptions { projectType?: ProjectType; watch?: boolean; }