import { type compressInterface } from "https://deno.land/x/compress@v0.5.2/interface.ts";
Configuration interface for compression operations.
Properties
Specifies whether to exclude the source directory from the compression.
If set to true, the src
directory will not be included in the compressed output.
By default, the src
directory is included.