honojs-middleware/packages/zod-openapi/tsconfig.build.json

8 lines
177 B
JSON

{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"isolatedDeclarations": false
},
"references": [{ "path": "../zod-validator/tsconfig.build.json" }]
}