From 16f47c70c28e2d24d70e2f4899c30897cf99899f Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 24 Jul 2020 10:26:50 +0800 Subject: [PATCH] chore: Update typedoc config. --- typedoc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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