Skip to content

Commit

Permalink
Update docs src file (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj authored Aug 10, 2023
1 parent a1af787 commit 9359f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"entryPoints": ["index.ts"],
"entryPoints": ["src/index.ts"],
"out": "out",
"jsDocCompatibility": false,
"plugin": ["typedoc-plugin-missing-exports"],
"exclude": ["./src/internal-types.ts", "./src/webauth/agent.ts"],
"excludeExternals": true,
"internalModule": "Types"
}
}

0 comments on commit 9359f10

Please sign in to comment.