File size: 82 Bytes
aec3094
 
 
 
1
2
3
4
5
export interface IBuildOptions {
	destinationFolder?: string;
	watch?: boolean;
}