mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 02:27:49 +01:00
10 lines
133 B
JSON
10 lines
133 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"src/mod.ts",
|
|
"src/**/*.test.ts"
|
|
]
|
|
} |