frigate/web/tsconfig.json

8 lines
115 B
JSON
Raw Normal View History

{
"compilerOptions": {
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
}
2022-02-17 06:35:17 +03:00
}