You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this has been asked before, I did a few searches but couldn't quite find this.
I have a directory of schemas. Each of those schemas sometimes share references to common definitions.
This tool automatically expands the references, and they all get in-lined (and thus duplicated).
It would be nice if references could be transformed to a typescript type, and referenced from a common file.
For example, 2 files might use:
{
"myProp": { "$ref": "defs/my-prop.json" }
}
It would be really great if this were transformed to: