UNPKG
@pratamax/ethereum-lite-explorer
Version:
latest (1.0.0-beta.8)
1.0.0-beta.8
Ethereum Lite Explorer
github.com/0xpratama/jancox
0xpratama/jancox
@pratamax/ethereum-lite-explorer
/
.nycrc
19 lines
(18 loc)
•
268 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"include"
:
[
"src/**/*.ts"
]
,
"exclude"
:
[
"src/**/*.spec.ts"
,
"src/**/*.d.ts"
]
,
"extension"
:
[
".ts"
]
,
"reporter"
:
[
"lcov"
,
"html"
]
,
"sourceMap"
:
true
,
"instrument"
:
true
}