UNPKG
@scrypted/doorbird
Version:
beta (0.0.5)
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
The Doorbird Plugin bridges compatible Doorbird video doorbell cameras to Scrypted.
@scrypted/doorbird
/
tsconfig.json
12 lines
•
230 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"module"
:
"Node16"
,
"target"
:
"esnext"
,
"moduleResolution"
:
"Node16"
,
"esModuleInterop"
:
true
,
"sourceMap"
:
true
}
,
"include"
:
[
"src/**/*"
]
}