honojs-middleware/tsconfig.tsup.json

9 lines
164 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": false,
"jsx": "react",
"types": ["@cloudflare/workers-types", "node", "ws"]
}
}