DenReg/jsx-html/examples/02/tsconfig.json

7 lines
87 B
JSON

{
"compilerOptions": {
"jsx": "react",
"jsxFactory": "jsx"
}
}