Skip to content

Commit

Permalink
type: fix wrong types
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Jan 19, 2025
1 parent 315602d commit e205557
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ export interface NodemonConfig {
version?: boolean;
cwd?: string;
dump?: boolean;
ignore?: string[];
watch?: string[];
delay?: number;
monitor?: string[];
spawn?: boolean;
noUpdateNotifier?: boolean;
Expand Down Expand Up @@ -123,4 +122,4 @@ export type Nodemon = {

declare const nodemon: Nodemon;

export default nodemon;
export = nodemon;

0 comments on commit e205557

Please sign in to comment.