-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
resolve
Options key doesn't pass strict mode checks, because its index signature is not compatible with the defined keys - the
ResolverOptions
interface has itsread
function signature return type union missingJSONSchema
I'll be submitting a PR in a few minutes!
ASDFGerte