UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

6 lines (5 loc) 390 B
import * as ts from 'typescript'; import { StringChange, Tree } from '@nx/devkit'; export declare function addOutputTarget(source: ts.SourceFile, toInsert: string): StringChange[]; export declare function addToOutputTargets(host: Tree, outputTargets: string[], stencilConfigPath: string): void; export declare function addToPlugins(source: ts.SourceFile, toInsert: string): StringChange[];