0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 19:44:26 +01:00
hono/benchmarks/routers/tsconfig.json

10 lines
156 B
JSON
Raw Normal View History

2023-01-29 06:10:47 +01:00
{
"compilerOptions": {
"allowImportingTsExtensions": true,
"esModuleInterop": true,
"module": "NodeNext"
2024-07-06 12:25:28 +02:00
},
"include": [
"./src"
]
2023-01-29 06:10:47 +01:00
}