Type Alias: BuildOptions

October 4, 2024 · View on GitHub

DIOD v3.0.0 • Docs


Type Alias: BuildOptions

BuildOptions: object

Options for the Container build method.

Type declaration

autowire?

optional autowire: boolean

Whether to autowire dependencies based on types or not. Default value: true.

Contents

  1. 1Type declaration
  2. 1.1autowire?