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