Skip to content

Commit

Permalink
Fix missing ignore type in config (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored and adamreisnz committed Dec 8, 2019
1 parent 71dba0e commit c9020de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -10,6 +10,7 @@ declare module 'replace-in-file' {

export interface ReplaceInFileConfig {
files: string | string[];
ignore: string | string[];
from: string | RegExp | string[] | RegExp[] | FromCallback;
to: string | string[] | ToCallback;
countMatches?: boolean;
Expand Down

0 comments on commit c9020de

Please sign in to comment.