feat: added the `exportTypeRegistry` option.
Fixes #1067
Thanks for the PR!
Just to make the Github infra happier, can you use fix: or feat: or what not, from the semantic-release tool we use:
https://semantic-release.gitbook.io/semantic-release#commit-message-format
And then put "Fixes #issue number" in the body of the PR description, instead of the PR title.
Thanks for the PR!
Just to make the Github infra happier, can you use
fix:orfeat:or what not, from the semantic-release tool we use:https://semantic-release.gitbook.io/semantic-release#commit-message-format
And then put "Fixes #
issue number" in the body of the PR description, instead of the PR title.
Done. Thank you.