Files
scrypted/plugins/snapshot/tsconfig.json
Long Zheng eec6291d9e CI build changed plugins (#1323)
* Fix WritableDeviceState

* Fix tsconfig error

* Fix test

* Create build-plugins-changed.yml

* Update build-sdk.yml

* Update build-plugins-changed.yml
2024-02-18 23:12:39 -08:00

14 lines
291 B
JSON

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