From 3cd5215462b3152524b676f660696d2132858144 Mon Sep 17 00:00:00 2001 From: "Dido (Christoph Poelt)" Date: Tue, 17 Sep 2024 14:09:19 +0200 Subject: [PATCH] add missing ignore option to type defintion of config --- index.d.ts | 1 + 1 file changed, 1 insertion(+) 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;