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
I'd like schema_one.json to depend on schema_two.json
Generated file schema_two.ts should reference generated filed schema_two.ts
While testing declareExternallyReferenced false via the CLI, I see that nothing in definitions is generated in schema_one.ts. However, my expectation was that only external types wouldn't be generated.
For now, im going to stick everything in one .json schema file. I think it might be worthwhile having a bit of a further explanation in the README.md as I see other people also asking questions about this.
P.S. Very useful tool and thank you for making it.
The text was updated successfully, but these errors were encountered:
My use case is the following:
schema_one.json
to depend onschema_two.json
schema_two.ts
should reference generated filedschema_two.ts
While testing
declareExternallyReferenced false
via the CLI, I see that nothing in definitions is generated inschema_one.ts
. However, my expectation was that only external types wouldn't be generated.For now, im going to stick everything in one
.json
schema file. I think it might be worthwhile having a bit of a further explanation in theREADME.md
as I see other people also asking questions about this.P.S. Very useful tool and thank you for making it.
The text was updated successfully, but these errors were encountered: