frigate/web/jsconfig.json

10 lines
188 B
JSON
Raw Normal View History

2022-02-27 17:04:12 +03:00
{
"compilerOptions": {
"target": "ES2019",
"jsx": "preserve",
"jsxFactory": "h",
2022-02-26 22:11:00 +03:00
"jsxFragmentFactory": "Fragment"
},
"include": ["./src/**/*.js", "./src/**/*.jsx"]
2022-02-27 17:04:12 +03:00
}