UNPKG
clientzcw
Version:
latest (0.4.19)
0.4.19
TypeScript API client for Pezzo
github.com/pezzolabs/pezzo
pezzolabs/pezzo
clientzcw
/
tsconfig.spec.json
15 lines
(14 loc)
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../../dist/out-tsc"
,
"module"
:
"commonjs"
,
"types"
:
[
"jest"
,
"node"
]
}
,
"include"
:
[
"jest.config.ts"
,
"src/**/*.test.ts"
,
"src/**/*.spec.ts"
,
"src/**/*.d.ts"
]
}