mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
66df4e1296
* chore: add scripts to monitor type check performance * chore: add jobs for type-check-perf-monitoring * chore: rm a comment * refactor: mv type-check-perf perf-measures/type-check * rm .eslintrc.cjs * chore: ignore *result.txt
14 lines
198 B
JSON
14 lines
198 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"noEmit": true,
|
|
"rootDir": "..",
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx"
|
|
]
|
|
}
|