UNPKG
@lcgroup.core/api
Version:
latest (8.0.0)
next (6.0.0-0)
8.0.0
6.0.0
6.0.0-0
5.0.0
4.0.0
3.0.0
Angular HttpClient simplifier
srv-rep.lime.local/Packages/protoarch
@lcgroup.core/api
/
tsconfig.spec.json
11 lines
(10 loc)
•
281 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../../dist/out-tsc"
,
"module"
:
"commonjs"
,
"types"
:
[
"jest"
,
"node"
]
}
,
"files"
:
[
"src/test-setup.ts"
]
,
"include"
:
[
"**/*.spec.ts"
,
"**/*.test.ts"
,
"**/*.d.ts"
]
}