mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
9 lines
112 B
JSON
9 lines
112 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"src/**/*.test.ts"
|
||
|
]
|
||
|
}
|