Skip to content

Commit

Permalink
fix: add missing ignore option to type defintion of config (#2224)
Browse files Browse the repository at this point in the history
Co-authored-by: Dido (Christoph Poelt) <[email protected]>
  • Loading branch information
ChristophP and Dido (Christoph Poelt) authored Sep 17, 2024
1 parent f014241 commit 254c2ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export interface NodemonConfig {
execMap?: { [key: string]: string };
ignoreRoot?: string[];
watch?: string[];
ignore?: string[];
stdin?: boolean;
runOnChangeOnly?: boolean;
verbose?: boolean;
Expand Down

0 comments on commit 254c2ab

Please sign in to comment.