0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/tsconfig.build.json

12 lines
182 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"include": [
"src/**/*.ts"
],
"exclude": [
2022-07-02 08:09:45 +02:00
"src/mod.ts",
2022-07-10 17:13:29 +02:00
"src/middleware.ts",
"src/deno/**/*.ts",
"src/**/*.test.ts"
]
}