1 line
No EOL
586 B
Text
1 line
No EOL
586 B
Text
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../interfaces.ts"],"names":[],"mappings":"","sourcesContent":["export interface GHPages {\n publish(dir: string, options: any, callback: (error: any) => void);\n clean?(): void;\n}\n\nexport interface WorkspaceProject {\n projectType?: string;\n architect?: Record<\n string,\n { builder: string; options?: Record<string, any> }\n >;\n}\n\nexport interface Workspace {\n projects: Record<string, WorkspaceProject>;\n}\n\nexport interface BuildTarget {\n name: string;\n options?: Record<string, any>;\n}\n"]} |