frigate/web/tsconfig.json
2022-02-16 21:35:17 -06:00

8 lines
115 B
JSON

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