diff --git a/typedoc.json b/typedoc.json index 37e6e86..3562589 100644 --- a/typedoc.json +++ b/typedoc.json @@ -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 } \ No newline at end of file