UNPKG
homebridge-pse-energy
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.1
0.1.0
0.0.2
0.0.1
Homebridge plugin to display Puget Sound Energy data via Opower API
homebridge-pse-energy
/
tsconfig.json
11 lines
•
188 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"commonjs"
,
"lib"
:
[
"es2020"
]
,
"outDir"
:
"dist"
,
"rootDir"
:
"src"
,
"strict"
:
true
}
,
"include"
:
[
"src"
]
}