Skip to content

Commit 254c2ab

Browse files
ChristophPDido (Christoph Poelt)
andauthored
fix: add missing ignore option to type defintion of config (#2224)
Co-authored-by: Dido (Christoph Poelt) <[email protected]>
1 parent f014241 commit 254c2ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export interface NodemonConfig {
109109
execMap?: { [key: string]: string };
110110
ignoreRoot?: string[];
111111
watch?: string[];
112+
ignore?: string[];
112113
stdin?: boolean;
113114
runOnChangeOnly?: boolean;
114115
verbose?: boolean;

0 commit comments

Comments
 (0)