0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00
hono/tsconfig.build.json
2022-07-15 08:40:15 +09:00

12 lines
182 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"src/**/*.ts"
],
"exclude": [
"src/mod.ts",
"src/middleware.ts",
"src/deno/**/*.ts",
"src/**/*.test.ts"
]
}