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

7 lines
87 B
JSON
Raw Normal View History

2020-10-14 00:56:11 +00:00
{
"compilerOptions": {
"jsx": "react",
"jsxFactory": "jsx"
}
}