UNPKG
epd7x5-v2
Version:
latest (0.0.1)
0.0.1
node module for the 7.5 inch waveshare epaper display
github.com/vViktorPL/epd7x5
vViktorPL/epd7x5
epd7x5-v2
/
tsconfig.json
12 lines
•
239 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./lib"
,
"strict"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src/*.ts"
]
,
"exclude"
:
[
"node_modules"
]
}