UNPKG
@ory/hydra-client
Version:
latest (26.2.0)
26.2.0
25.4.0
2.4.0-alpha.1
2.2.1
2.2.0
2.2.0-rc.3
2.1.1
2.1.0
2.0.2
2.0.1
1.11.8
1.11.7
1.11.6
1.11.5
1.11.4
1.10.6
1.10.5
1.10.3
1.10.2
1.9.2
1.9.1
1.9.0
1.9.0-alpha.3
0.0.0-alpha.63
OpenAPI client for @ory/hydra-client
github.com/ory/sdk
ory/sdk
@ory/hydra-client
/
tsconfig.json
19 lines
(18 loc)
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"compilerOptions"
:
{
"declaration"
:
true
,
"target"
:
"ES6"
,
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"."
,
"moduleResolution"
:
"node"
,
"typeRoots"
:
[
"node_modules/@types"
]
}
,
"exclude"
:
[
"dist"
,
"node_modules"
]
}