chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { ServerBuilderOptions } from '@angular-devkit/build-angular';
|
||||
|
||||
export interface Schema extends ServerBuilderOptions {
|
||||
customWebpackConfig?: {
|
||||
path: string;
|
||||
};
|
||||
buildLibsFromSource?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user