0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
hono/perf-measures/tsconfig.json
m-shaka 66df4e1296
ci: Type check perf (#3406)
* 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
2024-09-22 18:11:32 +09:00

14 lines
198 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "esnext",
"noEmit": true,
"rootDir": "..",
"strict": true
},
"include": [
"**/*.ts",
"**/*.tsx"
]
}