We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1af787 commit 9359f10Copy full SHA for 9359f10
typedoc.json
@@ -1,9 +1,9 @@
1
{
2
- "entryPoints": ["index.ts"],
+ "entryPoints": ["src/index.ts"],
3
"out": "out",
4
"jsDocCompatibility": false,
5
"plugin": ["typedoc-plugin-missing-exports"],
6
"exclude": ["./src/internal-types.ts", "./src/webauth/agent.ts"],
7
"excludeExternals": true,
8
"internalModule": "Types"
9
-}
+}
0 commit comments