mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01: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"
|
|
]
|
|
}
|