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
A workaround for now is to avoid --out, and produce only a single file with e.g. cf-content-types-generator --v10 contentful-export.json >generated-output/contentful-types.ts.
The text was updated successfully, but these errors were encountered:
Thanks for your work to support v10!
When using
--v10
and generating multiple output files, the files don't seem to be importing from each other.Using a command line like
cf-content-types-generator --v10 contentful-export.json --out generated-output
will produce output like this:(with a squiggle on the
TypeArticleSkeleton
type)Here's a minimized
contentful-export.json
that reproduces the issue:A workaround for now is to avoid
--out
, and produce only a single file with e.g.cf-content-types-generator --v10 contentful-export.json >generated-output/contentful-types.ts
.The text was updated successfully, but these errors were encountered: