mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 02:27:49 +01:00
14 lines
198 B
JSON
14 lines
198 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext",
|
||
|
"noEmit": true,
|
||
|
"rootDir": "..",
|
||
|
"strict": true
|
||
|
},
|
||
|
"include": [
|
||
|
"**/*.ts",
|
||
|
"**/*.tsx"
|
||
|
]
|
||
|
}
|