Skip to content

Commit 9359f10

Browse files
authored
Update docs src file (#695)
1 parent a1af787 commit 9359f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typedoc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"entryPoints": ["index.ts"],
2+
"entryPoints": ["src/index.ts"],
33
"out": "out",
44
"jsDocCompatibility": false,
55
"plugin": ["typedoc-plugin-missing-exports"],
66
"exclude": ["./src/internal-types.ts", "./src/webauth/agent.ts"],
77
"excludeExternals": true,
88
"internalModule": "Types"
9-
}
9+
}

0 commit comments

Comments
 (0)