2
0

feat(yeelight): handle yeelights

This commit is contained in:
Pierre CLEMENT
2018-03-21 22:52:10 +01:00
parent 50df65d7fc
commit c5afb43b47
31 changed files with 219 additions and 310 deletions

View File

@@ -5,7 +5,8 @@
"inlineSourceMap": false,
"outDir": "dist/",
"rootDir": "./src",
"moduleResolution": "node"
"moduleResolution": "node",
"noImplicitAny": false
},
"include": [
"src/**/*.ts",