Skip to content

Commit e274bf7

Browse files
authored
Fix typescript type to allow disabling resolvers (#205)
1 parent 84c06eb commit e274bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ declare namespace $RefParser {
208208
file?: Partial<ResolverOptions> | boolean;
209209
http?: HTTPResolverOptions | boolean;
210210
} & {
211-
[key: string]: Partial<ResolverOptions>;
211+
[key: string]: Partial<ResolverOptions> | boolean;
212212
};
213213

214214
/**

0 commit comments

Comments
 (0)