We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignoreFiles
1 parent 42136ef commit 810caaeCopy full SHA for 810caae
1 file changed
index.d.ts
@@ -54,7 +54,7 @@ export interface Options extends FastGlobOptionsWithoutCwd {
54
55
@default undefined
56
*/
57
- readonly ignoreFiles?: string | string[];
+ readonly ignoreFiles?: string | readonly string[];
58
59
/**
60
The current working directory in which to search.
0 commit comments