UNPKG
fcash-insight
Version:
latest (8.0.5)
8.0.5
8.0.4
8.0.3
8.0.2
A bitcoin block explorer and API.
github.com/fcash-wallet/fcash-insight
fcash-wallet/fcash-insight
fcash-insight
/
app
/
e2e
/
tsconfig.e2e.json
13 lines
(12 loc)
•
201 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"../tsconfig.ng-cli.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/e2e"
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"types"
:
[
"jasmine"
,
"node"
]
}
}