UNPKG
it8951
Version:
latest (0.1.1)
0.1.1
0.1.0
Raspberry Pi node.js module for e-papers controlled by IT8951
github.com/gnzzz/IT8951
gnzzz/IT8951
it8951
/
tsconfig.json
11 lines
(10 loc)
•
168 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"./node_modules/gts/tsconfig-google.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
}
,
"include"
:
[
"lib/**/*.ts"
,
"test/**/*.ts"
]
}