UNPKG
@ha4us/hue.adapter
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
Adapter for the hue system to ha4us
@ha4us/hue.adapter
/
tsconfig.json
17 lines
(16 loc)
•
300 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"declaration"
:
false
,
"outDir"
:
"./dist"
,
"allowJs"
:
false
,
"skipLibCheck"
:
false
,
"typeRoots"
:
[
"node_modules/@types"
]
,
"lib"
:
[
"es2015"
,
"dom"
]
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
]
}