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

18 lines
325 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"lib": [
"deno.ns",
"dom",
"dom.iterable"
]
},
"unstable": [
"sloppy-imports"
],
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.3",
"hono/jsx/jsx-runtime": "../../src/jsx/jsx-runtime.ts"
}
}