Store the options used to create a project under an options property.

Type Parameters

  • InputT extends ProjectOptions

Hierarchy (view full)

Constructors

Properties

_output: {
    options: InputT;
}

Additional project property types to merge with resulting project type.

_outputOptions: object

Options type to merge with project options.

Methods