7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
export interface BuildAngularLibraryExecutorOptions {
|
|
project: string;
|
|
tailwindConfig?: string;
|
|
tsConfig?: string;
|
|
watch?: boolean;
|
|
}
|