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
I tried to use the deno library and it complains a ton about type checking errors - I can't even show them all here...
Sadly I can't find a single other deno library that provides openapi schemas 😢
The text was updated successfully, but these errors were encountered:
it works with deno and vscode using an older version of zod.
/deno/lib/deps.ts needs to import zod from https://deno.land/x/[email protected]/mod.ts.
/deno/lib/deps.ts
https://deno.land/x/[email protected]/mod.ts
here's an example project that uses an import_map.json: https://github.com/hastebrot/zod-endpoints-playground
import_map.json
Sorry, something went wrong.
No branches or pull requests
I tried to use the deno library and it complains a ton about type checking errors - I can't even show them all here...
Sadly I can't find a single other deno library that provides openapi schemas 😢
The text was updated successfully, but these errors were encountered: