This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
honojs-middleware
mirror of
https://github.com/honojs/middleware.git
Watch
1
Star
0
Fork
You've already forked honojs-middleware
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6c1d6d0e8d
honojs-middleware
/
packages
/
zod-openapi
/
tsconfig.json
7 lines
99 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: zod-openapi (#118) * wip * wip * update readme * changeset * nohoist * fixed CI
2023-08-19 01:43:36 +08:00
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
build(zod-openapi): lint published package (#1069)
2025-03-27 14:08:49 +08:00
"types"
:
[
"vitest/globals"
]
}
feat(zod-openapi): use z.input to infer input types of the request (#286) * fix(zod-openapi): vite typecheck for type testing * feat(zod-openapi): use z.input to infer types for inputs of the input
2023-12-05 17:15:06 +08:00
}