mirror of
https://github.com/honojs/hono.git
synced 2024-12-01 10:51:01 +00:00
ac713c0659
* refactor: refine importing mechanism * refactor: move `CODE_OF_CONDUCT.md`
9 lines
112 B
JSON
9 lines
112 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"src/**/*.test.ts"
|
|
]
|
|
} |