UNPKG

@oasisdigital/ng-doc-portal-plugin

Version:

Nx plugin for adding the ng-doc-portal system to your nx workspace

10 lines (7 loc) 234 B
export interface CompileSchema { configFile?: string; } export interface CompileWithAngularConfigTargetSchema extends CompileSchema { ['ngConfigTarget']?: string; } export type BaseSchema = CompileWithAngularConfigTargetSchema;