diff --git a/index.d.ts b/index.d.ts index b8d817a..eec9ac4 100644 --- a/index.d.ts +++ b/index.d.ts @@ -54,7 +54,7 @@ export interface Options extends FastGlobOptionsWithoutCwd { @default undefined */ - readonly ignoreFiles?: string | string[]; + readonly ignoreFiles?: string | readonly string[]; /** The current working directory in which to search.