export interface IBuildOptions {
	destinationFolder?: string;
	watch?: boolean;
}
