0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
hono/benchmarks/routers/tsconfig.json
2024-07-06 19:25:28 +09:00

10 lines
156 B
JSON

{
"compilerOptions": {
"allowImportingTsExtensions": true,
"esModuleInterop": true,
"module": "NodeNext"
},
"include": [
"./src"
]
}