Browse Source

typedoc config

Jordan Sexton 3 năm trước cách đây
mục cha
commit
83176df0a6
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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"
+}