Skip to content

Config

@algorandfoundation/algokit-utils / types/config / Config

types/config.Config

The AlgoKit configuration type

debug: boolean

Whether or not debug mode is enabled

src/types/config.ts:9


events: AsyncEventEmitter

src/types/config.ts:24


logger: Logger

Logger

src/types/config.ts:7


maxSearchDepth: number

The maximum depth to search for a specific file

src/types/config.ts:17


populateAppCallResources: boolean

Whether to enable populateAppCallResources in sendParams by default. Default value is false.

src/types/config.ts:22


projectRoot: null | string

The path to the project root directory

src/types/config.ts:11


traceAll: boolean

Indicates whether to trace all operations

src/types/config.ts:13


traceBufferSizeMb: number

The size of the trace buffer in megabytes

src/types/config.ts:15