chore: Update typedoc config.
This commit is contained in:
parent
c29e51fd42
commit
16f47c70c2
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user