1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: Update typedoc config.

This commit is contained in:
jaywcjlove 2020-07-24 10:26:50 +08:00
parent c29e51fd42
commit 16f47c70c2

View File

@ -1,12 +1,13 @@
{
"inputFiles": "./index.d.ts",
"out": "typedoc",
"entryPoint": "Alipay",
"name": "React Native Alipay",
"mode": "file",
"includeDeclarations": true,
"excludeExternals": true,
"ignoreCompilerErrors": true,
"excludePrivate": true,
"excludeProtected": true
"excludeProtected": true,
"toc": true,
"hideGenerator": true
}