UNPKG

@ha4us/hue.adapter

Version:

Adapter for the hue system to ha4us

17 lines (16 loc) 300 B
{ "compilerOptions": { "module": "commonjs", "target": "es5", "declaration": false, "outDir": "./dist", "allowJs": false, "skipLibCheck": false, "typeRoots": ["node_modules/@types"], "lib": ["es2015", "dom"] }, "include": [ "src/**/*" ], "exclude": [] }