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

7 lines
124 B
JSON
Raw Normal View History

2023-01-29 06:10:47 +01:00
{
"compilerOptions": {
"allowImportingTsExtensions": true,
"esModuleInterop": true,
"module": "NodeNext"
}
}