export interface LibraryGeneratorSchema { name: string; directory?: string; skipTsBaseConfig: boolean; skipFormat: boolean; skipPackageJson?: boolean; tags?: string; pascalCaseFiles?: boolean; linter: Linter; component?: boolean; importPath?: string; js?: boolean; strict?: boolean; setParserOptionsProject?: boolean; standaloneConfig?: boolean; }