UNPKG
valor-client
Version:
latest (0.33.19)
0.33.19
0.33.18
0.33.17
0.33.16
0.33.15
0.33.14
0.33.13
0.33.12
0.33.11
0.33.10
0.33.9
0.33.8
0.33.7
0.33.6
0.33.5
0.33.4
0.33.3
0.33.2
0.33.1
0.33.0
0.32.2
0.32.2-alpha.2
0.32.2-alpha.1
0.32.1
0.32.0
0.31.5
0.31.4
0.31.3
0.31.2
0.31.1
0.31.0
0.30.1
0.30.0
0.29.5
0.29.4
0.29.3
0.29.2
0.29.1
0.29.0
0.28.4
0.28.3
0.28.2
0.28.1
0.28.0
0.27.3
0.27.3-post1
0.27.3-patch1
0.27.2
0.27.1
0.27.0
0.26.0
0.25.0
0.24.0
0.23.2
0.23.1
0.23.0
0.22.2
0.22.1
0.22.0
0.21.4
0.21.3
0.21.2
0.21.2-post1
0.21.2-patch1
0.21.1
0.21.0
0.20.3
0.20.2
0.20.1
0.20.0
0.19.0
0.18.1
0.18.1-alpha.1
0.18.0
0.18.0-alpha.6
0.18.0-alpha.5
A TypeScript API client for Valor.
github.com/striveworks/valor
striveworks/valor
valor-client
/
tsconfig.json
10 lines
(9 loc)
•
173 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"module"
:
"CommonJS"
,
"target"
:
"ES5"
,
"declaration"
:
true
}
,
"include"
:
[
"src/**/*.ts"
,
"tests/**/*.ts"
]
}