homebridge-lg-airco
Version:
Homebridge plugin to control a Smart Thinq enabled LG airco unit. Makes use of WideQ => https://github.com/sampsyo/wideq
22 lines (21 loc) • 403 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2018",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"skipLibCheck": true,
"preserveSymlinks": true,
"strictFunctionTypes": false,
"esModuleInterop": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}