honojs-middleware/packages/effect/tsconfig.json

14 lines
199 B
JSON
Raw Normal View History

2025-04-27 11:46:35 +08:00
{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.build.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}