diff --git a/index.d.ts b/index.d.ts index d56c0532..b5d5c5c5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -109,6 +109,7 @@ export interface NodemonConfig { execMap?: { [key: string]: string }; ignoreRoot?: string[]; watch?: string[]; + ignore?: string[]; stdin?: boolean; runOnChangeOnly?: boolean; verbose?: boolean;