Page Contents

Home > @loopback/boot > ArtifactOptions

ArtifactOptions type

Type definition for ArtifactOptions. These are the options supported by this Booter.

Signature:

export type ArtifactOptions = {
    dirs?: string | string[];
    extensions?: string | string[];
    nested?: boolean;
    glob?: string;
};