mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 06:03:27 +00:00
* Fix WritableDeviceState * Fix tsconfig error * Fix test * Create build-plugins-changed.yml * Update build-sdk.yml * Update build-plugins-changed.yml
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"test/**/*",
|
|
]
|
|
} |