chore: Update typedoc config.
This commit is contained in:
parent
c29e51fd42
commit
16f47c70c2
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"inputFiles": "./index.d.ts",
|
"inputFiles": "./index.d.ts",
|
||||||
"out": "typedoc",
|
"out": "typedoc",
|
||||||
"entryPoint": "Alipay",
|
|
||||||
"name": "React Native Alipay",
|
"name": "React Native Alipay",
|
||||||
"mode": "file",
|
"mode": "file",
|
||||||
"includeDeclarations": true,
|
"includeDeclarations": true,
|
||||||
"excludeExternals": true,
|
"excludeExternals": true,
|
||||||
"ignoreCompilerErrors": true,
|
"ignoreCompilerErrors": true,
|
||||||
"excludePrivate": true,
|
"excludePrivate": true,
|
||||||
"excludeProtected": true
|
"excludeProtected": true,
|
||||||
|
"toc": true,
|
||||||
|
"hideGenerator": true
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user