frigate/web/jsconfig.json

9 lines
139 B
JSON
Raw Normal View History

2022-02-27 17:04:12 +03:00
{
"compilerOptions": {
"target": "ES2019",
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
}
}