Interface: BuildOptions
Extends
Properties
configPath?
readonlyoptionalconfigPath?:string
Inherited from
logger?
readonlyoptionallogger?:StructuredLogger
Inherited from
mode?
readonlyoptionalmode?:string
Inherited from
output?
readonlyoptionaloutput?:string
packageOutputs?
readonlyoptionalpackageOutputs?:boolean
Also produce the framework-owned npm package build (dist/ bin + lib
outputs) when the project declares or conventionally provides one. The
CLI build command always requests this; programmatic artifact
operations (temporary artifacts, dev, evals) never do.
registry?
readonlyoptionalregistry?:TargetRegistry
Advanced adapter registry used for every source, artifact, and runtime operation.
Inherited from
root
readonlyroot:string
Inherited from
targets?
readonlyoptionaltargets?: readonlystring[]