We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a331fe1 commit d63c564Copy full SHA for d63c564
1 file changed
packages/journey-client/typedoc.json
@@ -0,0 +1,12 @@
1
+{
2
+ "name": "@forgerock/journey-client",
3
+ "entryPoints": [
4
+ "src/index.ts",
5
+ "src/types.ts",
6
+ "./src/lib/device/*.js",
7
+ "./src/lib/webauthn/*.js",
8
+ "./src/lib/recovery-codes/*.js",
9
+ "./src/lib/qr-code/*.js",
10
+ "./src/lib/policy/*.js"
11
+ ]
12
+}
0 commit comments