Skip to main content

WatchConfig

Defined in: watch-types.ts:21

Configuration for the watch command.

Properties

alertConditions

readonly alertConditions: AlertCondition[]

Defined in: watch-types.ts:25


cooldownMs

readonly cooldownMs: number

Defined in: watch-types.ts:28


dirs

readonly dirs: string[]

Defined in: watch-types.ts:22


notifyChannels

readonly notifyChannels: NotifyChannel[]

Defined in: watch-types.ts:26


pollIntervalMs

readonly pollIntervalMs: number

Defined in: watch-types.ts:24


recursive

readonly recursive: boolean

Defined in: watch-types.ts:23


stateFilePath

readonly stateFilePath: string

Defined in: watch-types.ts:27