0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 10:51:01 +00:00
hono/benchmarks/routers/tsconfig.json

7 lines
124 B
JSON
Raw Normal View History

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