0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/runtime_tests/tsconfig.json
Yusuke Wada 0fafd7aa8b
chore(eslint): enable @typescript-eslint/unbound-method (#2622)
* chore(eslint): enable `@typescript-eslint/unbound-method`

* denoify
2024-05-06 17:38:34 +09:00

7 lines
85 B
JSON

{
"extends": "../tsconfig.json",
"include": [
"**/*.ts",
"**/*.tsx"
]
}