13 lines
292 B
JSON
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"
|
|
}
|
|
}
|