types config.Config
@algorandfoundation/algokit-utils / types/config / Config
Interface: Config¶
types/config.Config
The AlgoKit configuration type
Table of contents¶
Properties¶
Properties¶
debug¶
• debug: boolean
Whether or not debug mode is enabled
Defined in¶
logger¶
• logger: Logger
Logger
Defined in¶
maxSearchDepth¶
• maxSearchDepth: number
The maximum depth to search for a specific file
Defined in¶
populateAppCallResources¶
• populateAppCallResources: boolean
WARNING: This is not production-ready due incompatability with rekeyed accounts and simulate. This will eventually be enabled by default once this issue is closed.
Whether to enable populateAppCallResources in sendParams by default. Default value is false.
Defined in¶
projectRoot¶
• projectRoot: null
| string
The path to the project root directory
Defined in¶
traceAll¶
• traceAll: boolean
Indicates whether to trace all operations
Defined in¶
traceBufferSizeMb¶
• traceBufferSizeMb: number
The size of the trace buffer in megabytes