0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00
hono/benchmarks/jsx/tsconfig.json
Taku Amano ae0b01e544
chore(benchmarks/jsx): Update benchmark (#1768)
* chore(benchmarks/jsx): Update benchmark

* chore: Delete files that have been added by mistake
2023-12-03 22:03:55 +09:00

5 lines
50 B
JSON

{
"compilerOptions": {
"jsx": "react",
}
}