Ver Fonte

typedoc config

Jordan Sexton há 3 anos atrás
pai
commit
83176df0a6
1 ficheiros alterados com 6 adições e 0 exclusões
  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"
+}