forked from Github/frigate
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"
|
|
]
|
|
}
|