Skip to content

Commit

Permalink
add missing ignore option to type defintion of config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dido (Christoph Poelt) committed Sep 17, 2024
1 parent 5a18d24 commit 3cd5215
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 3cd5215

Please sign in to comment.