UNPKG
@ory/kratos-client
Version:
latest (26.2.0)
26.2.0
25.4.0
1.3.8
1.3.7
1.3.6
1.3.6-alpha.2
1.3.6-alpha.1
1.3.5
1.3.4
1.2.1
1.2.0
1.1.0
1.0.0
0.13.1
0.11.1
0.11.0
0.10.1
0.9.0-alpha.3
0.9.0-alpha.2
0.8.2-alpha.1
0.8.0-alpha.2
0.7.6-alpha.7
0.7.6-alpha.6
0.7.6-alpha.5
0.7.6-alpha.4
0.7.6-alpha.3
0.7.6-alpha.1
0.7.5-alpha.2
0.7.3-alpha.8
0.7.3-alpha.6
0.7.3-alpha.5
0.7.3-alpha.4
0.7.3-alpha.3
0.7.3-alpha.2
0.7.3-alpha.1
0.7.1-alpha.2
0.7.1-alpha.1
0.7.0-alpha.1
0.6.3-alpha.1
0.6.2-alpha.1
0.6.1-alpha.1
0.6.0-alpha.17
0.6.0-alpha.16
0.6.0-alpha.15
0.6.0-alpha.8
0.6.0-alpha.6
0.6.0-alpha.5
0.6.0-alpha.4
0.6.0-alpha.2
0.6.0-alpha.1
0.5.5-alpha.4
0.5.5-alpha.3
0.5.5-alpha.2
0.5.4-alpha.1
0.0.0-next.ffe42eb0cc58
0.0.0-next.f3b451bd4cd7
0.0.0-next.dbabaf385ac0
0.0.0-next.da16213a5ed4
0.0.0-next.d9071e7f4e41
0.0.0-next.d79df3c2ff8e
0.0.0-next.d19a7ce5765d
0.0.0-next.cdc3040207ce
0.0.0-next.cd331a5c6771
0.0.0-next.c1d36e562163
0.0.0-next.bf182d6c6ec1
0.0.0-next.be3ea36c8dac
0.0.0-next.b7b69098fd89
0.0.0-next.b217224b8ba2
0.0.0-next.a5e0cb21f7a4
0.0.0-next.a36dda23f209
0.0.0-next.a1953e39663c
0.0.0-next.942fb26de242
0.0.0-next.8d3b018594f7
0.0.0-next.89987b4e9b96
0.0.0-next.7a28646fb354
0.0.0-next.76c5491cc8c7
0.0.0-next.74e195cd578c
0.0.0-next.6ae7805f0cea
0.0.0-next.694f3ad39ab5
0.0.0-next.5eab7ac78982
0.0.0-next.5a9c81b34ef1
0.0.0-next.5262344ccf88
0.0.0-next.4b6597c917c5
0.0.0-next.4a0d7f3600f6
0.0.0-next.488b453cce0a
0.0.0-next.2ac2884764a1
0.0.0-next.1be5e57f0f0c
0.0.0-next.18ff703faf31
0.0.0-next.0ddcf8cc678b
0.0.0-next.059ed9c9cacb
0.0.0-next.04fdf92d4fc5
0.0.0-next.751524884282
OpenAPI client for @ory/kratos-client
github.com/ory/sdk
ory/sdk
@ory/kratos-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"
]
}