UNPKG
bivcore-insight
Version:
latest (8.22.2)
8.22.2
A blockchain explorer for Bitcore
github.com/bitpay/bivcore
bitpay/bivcore
bivcore-insight
/
src
/
tsconfig.spec.json
11 lines
(10 loc)
•
240 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
: {
"outDir"
:
"../out-tsc/spec"
,
"typeRoots"
: [
"node_modules/
@types
"
],
"types"
: [
"jasmine"
,
"node"
] },
"files"
: [
"test.ts"
],
"include"
: [
"**/*.spec.ts"
,
"**/*.d.ts"
] }