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
/
src
/
tsconfig.spec.json
21 lines
(20 loc)
•
309 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"extends"
:
"../tsconfig.ng-cli.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/spec"
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"baseUrl"
:
""
,
"types"
:
[
"jasmine"
,
"node"
]
}
,
"files"
:
[
"test.ts"
]
,
"include"
:
[
"**/*.spec.ts"
,
"**/*.d.ts"
]
}