2
0

feat(yeelight): move to yeelight-wifi

Also add the configurator node, typescript & ejs.
Close #29 #25 #24
This commit is contained in:
Pierre CLEMENT
2018-01-20 13:23:08 +01:00
parent 72b7bed6ee
commit 13d4282923
12 changed files with 281 additions and 73 deletions

14
tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"inlineSourceMap": false,
"outDir": "dist/",
"rootDir": "./src",
"moduleResolution": "node"
},
"include": [
"src/**/*.ts",
"typings"
]
}