Skip to content

Commit 55b342a

Browse files
committed
chore: add typedoc
1 parent c806452 commit 55b342a

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

contributing_docs/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ your `{packageRoot}/package.json` has the following:
6363

6464
```
6565
"publishConfig": {
66-
"access": true
66+
"access": "public"
6767
}
6868
```
6969

packages/oidc-client/typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "@forgerock/oidc-client",
3-
"entryPoints": ["src/index.ts"]
3+
"entryPoints": ["src/index.ts", "src/types.ts"]
44
}

packages/protect/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"dependencies": {
2929
"@forgerock/javascript-sdk": "4.7.0"
3030
},
31+
"publishConfig": {
32+
"access": "public"
33+
},
3134
"nx": {
3235
"tags": ["scope:package"],
3336
"targets": {

packages/protect/typedoc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "@forgerock/protect",
3+
"entryPoints": ["src/index.ts", "src/types.ts"]
4+
}

0 commit comments

Comments
 (0)