Files
scrypted/plugins/snapshot/tsconfig.json
Long Zheng 9d50ba79f7 snapshot: black background (#1324)
* Fix WritableDeviceState

* Fix tsconfig error

* Generate black background instead of using black.jpg

Remove redundant blur
2024-02-16 18:16:07 -08:00

13 lines
269 B
JSON

{
"compilerOptions": {
"module": "NodeNext",
"target": "ESNext",
"resolveJsonModule": true,
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"sourceMap": true
},
"include": [
"src/**/*"
]
}