forked from Github/frigate
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"jsx": "preserve",
|
|
"jsxFactory": "h",
|
|
"jsxFragmentFactory": "Fragment",
|
|
}
|
|
}
|