@nxext/stencil
Version:
Nx plugin for stenciljs
9 lines (8 loc) • 324 B
TypeScript
import { Tree } from '@nx/devkit';
import * as ts from 'typescript';
export declare function calculateStencilSourceOptions(host: Tree, projectName: string): {
stencilProjectConfig: import("@nx/devkit").ProjectConfiguration;
stencilConfigPath: string;
stencilConfigSource: ts.SourceFile;
packageName: any;
};