Files
node-red-contrib-mi-devices/tsconfig.json
Pierre CLEMENT 13d4282923 feat(yeelight): move to yeelight-wifi
Also add the configurator node, typescript & ejs.
Close #29 #25 #24
2018-01-20 13:23:08 +01:00

14 lines
278 B
JSON

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