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

10 lines
133 B
JSON
Raw Normal View History

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