cohost/html/deno.json
2023-07-09 02:34:35 -04:00

13 lines
292 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"jsxFactory": "create_element",
"jsxFragmentFactory": "create_fragment",
"jsxImportSource": "./jsx"
},
"imports": {
"html": "./html.ts",
"./jsx/jsx-runtime": "./jsx/jsx-runtime.ts"
}
}