frigate/web/tsconfig.json

7 lines
114 B
JSON

{
"compilerOptions": {
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
}
}