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

9 lines
115 B
JSON
Raw Normal View History

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