mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
* replace tool to use `ffmpeg` and bump v0.0.8 * format code * wip * wip: update components * wip: remove websocket for cameras since they are not supported * wip: allow changing between different login methods It will prefer logging in with `Tuya (Smart Life) App` if there was no previous `userId`. Else, it will fall back to `Tuya Developer Account`. * wip: fetch rtsp from Tuya Sharing SDK * wip * feat: add support for light accessory in camera * fix: resolve indicator not updating * wip: prevent setting motion if device has no motion detection * improve mqtt reconnect, also update status * bump version * update commit * bump to beta 3 * quick fix * changelog * fixchangelog * bump version * fix: resolve mqtt connection issues * chore: bump version * fix: use correct property for checking connection state * chore: update changelog * chore: bump version * fix: ensure timeout is actually correct and bound corretly * chore: update changelog * bump version * fix: fix setTimeout undefined function * chore: update changelog * fix: fix issue with camera not found --------- Co-authored-by: ErrorErrorError <16653389+ErrorErrorError@users.noreply.github.com> Co-authored-by: Erik Bautista Santibanez <erikbautista15@gmail.com>
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |