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
3d7d482aff
honojs-middleware
/
packages
/
effect-validator
/
tsconfig.json
7 lines
106 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: Add Effect Schema validator (#589) * First commit * Add basic Effect Schema validator * chore(effect-validator): Change name of middleware to `effect-validator` and fix devDependencies * chores(effect-validator): Update yarn.lock * Remove bun lock file * chores(effect-validator): Add github workflow * chores: Update yarn.lock * refactor the code and correct settings * remove unnecessary files --------- Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2024-07-11 22:46:31 +08:00
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"exactOptionalPropertyTypes"
:
true
build(effect-validator): lint published package (#1045)
2025-03-27 09:56:28 +08:00
}
}