0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-25 05:07:03 +01:00
hono/tsconfig.build.json
Yusuke Wada ac713c0659
refactor: refine directory structure (#156)
* refactor: refine importing mechanism

* refactor: move `CODE_OF_CONDUCT.md`
2022-04-20 14:06:04 +09:00

9 lines
112 B
JSON

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