UNPKG

@nx-plus/vue

Version:
12 lines (11 loc) 246 B
export interface LibraryGeneratorSchema { name: string; directory?: string; skipTsConfig: boolean; skipFormat: boolean; tags?: string; unitTestRunner: 'jest' | 'none'; publishable: boolean; vueVersion: number; babel: boolean; }