interface WebExtBuilderSchema {
    sourceDir: string;
    artifactsDir: string;
    overwriteDest?: boolean;
}

Hierarchy

  • JsonObject
    • WebExtBuilderSchema

Properties

sourceDir: string

Path of source files to package.

artifactsDir: string

Path where package should be sent to.

overwriteDest?: boolean

Overwrite any existing files.