-
- Notifications
You must be signed in to change notification settings - Fork 241
Closed
Labels
Description
Hi.
I encountered a few inconsistencies in included type definitions:
- they don't support
JSONSchema7, whereas the tool is draft agnostic - the
resolveOptions key doesn't pass strict mode checks, because its index signature is not compatible with the defined keys - the
ResolverOptionsinterface has itsreadfunction signature return type union missingJSONSchema
I'll be submitting a PR in a few minutes!
ASDFGerte