Skip to content

Commit 16f47c7

Browse files
committed
chore: Update typedoc config.
1 parent c29e51f commit 16f47c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

typedoc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"inputFiles": "./index.d.ts",
33
"out": "typedoc",
4-
"entryPoint": "Alipay",
54
"name": "React Native Alipay",
65
"mode": "file",
76
"includeDeclarations": true,
87
"excludeExternals": true,
98
"ignoreCompilerErrors": true,
109
"excludePrivate": true,
11-
"excludeProtected": true
10+
"excludeProtected": true,
11+
"toc": true,
12+
"hideGenerator": true
1213
}

0 commit comments

Comments
 (0)