We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typedef
See also: #316 #317 #212
In v17.10.0 we updated to ts@5.5, which caused the Configs type to not get generated in the output.
Configs
This is bad because we did not notice in the tests that the Configs were missing!
We should implement tests to check the output types to ensure they're at least valid. (eg #212)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
See also: #316 #317 #212
In v17.10.0 we updated to ts@5.5, which caused the
Configs
type to not get generated in the output.Typescript 5.5 generated types:
Typescript 5.4 generated types:
This is bad because we did not notice in the tests that the Configs were missing!
We should implement tests to check the output types to ensure they're at least valid. (eg #212)
The text was updated successfully, but these errors were encountered: