mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
16 lines
220 B
JSON
16 lines
220 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "CommonJS",
|
||
|
|
"target": "ES2019",
|
||
|
|
"jsx": "react",
|
||
|
|
"jsxFactory": "h",
|
||
|
|
"lib": [
|
||
|
|
"ES2019"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"./src/**/*.tsx",
|
||
|
|
"./src/**/*.ts"
|
||
|
|
]
|
||
|
|
}
|