UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

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