0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-25 13:19:30 +01:00
hono/examples/jsx-ssr/tsconfig.json
2022-02-08 22:59:58 +09:00

6 lines
78 B
JSON

{
"compilerOptions": {
"jsx": "react",
"jsxFactory": "Nano.h",
}
}