mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 17:20:39 +01:00
* Fix WritableDeviceState * Fix tsconfig error * Generate black background instead of using black.jpg Remove redundant blur
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |