0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 19:44:26 +01:00
hono/runtime_tests/deno-jsx/deno.react-jsx.json

16 lines
258 B
JSON
Raw Normal View History

{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"lib": [
"deno.ns",
"dom"
]
},
"unstable": [
"sloppy-imports"
],
"imports": {
"hono/jsx/jsx-runtime": "../../src/jsx/jsx-runtime.ts"
}
}