浏览代码

typedoc config

Jordan Sexton 3 年之前
父节点
当前提交
83176df0a6
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      typedoc.json

+ 6 - 0
typedoc.json

@@ -0,0 +1,6 @@
+{
+    "entryPoints": ["packages/core/*", "packages/ui/*", "packages/wallets/wallets"],
+    "entryPointStrategy": "packages",
+    "out": "docs",
+    "readme": "README.md"
+}