UNPKG
raspi-pcf8574
Version:
latest (1.0.0)
1.0.0
Control each pin of a PCF8574/PCF8574A I2C port expander IC.
raspi-pcf8574
/
tsconfig.json
15 lines
(14 loc)
•
247 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"declaration"
:
false
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"noImplicitAny"
:
false
,
"removeComments"
:
false
,
"outDir"
:
"dist"
}
,
"files"
:
[
"src/pcf8574.ts"
,
"typings/index.d.ts"
]
}