We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46336b8 commit 2950c6bCopy full SHA for 2950c6b
typedoc.json
@@ -0,0 +1,8 @@
1
+{
2
+ "entryPoints": ["./src"],
3
+ "exclude": "**/*.spec.ts",
4
+ "excludeExternals": true,
5
+ "excludePrivate": true,
6
+ "out": "docs",
7
+ "readme": "README.md"
8
+}
0 commit comments