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 ecfa052 commit 839b36fCopy full SHA for 839b36f
typedoc.json
@@ -3,5 +3,8 @@
3
"entryPointStrategy": "expand",
4
"entryPoints": ["./src"],
5
"exclude": ["./src/index.ts"],
6
- "out": "./auto-docs"
+ "out": "./auto-docs",
7
+ "headings": {
8
+ "readme": false
9
+ }
10
}
0 commit comments