UNPKG
insight-tcr
Version:
latest (8.5.7)
8.5.7
A blockchain explorer for Bitcore
github.com/bitpay/bitcore
bitpay/bitcore
insight-tcr
/
e2e
/
tsconfig.e2e.json
10 lines
(9 loc)
•
163 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/e2e"
,
"baseUrl"
:
"./"
,
"module"
:
"commonjs"
,
"target"
:
"es5"
}
}