/ typedoc.json
typedoc.json
1  {
2  	"$schema": "https://typedoc.org/schema.json",
3  	"includeVersion": true,
4  	"excludePrivate": true,
5  	"entryPoints": ["src/index.ts"],
6  	"plugin": ["typedoc-material-theme"],
7  	"themeColor": "#ff2a50",
8  	"name": "automerge repo solid primitives"
9  }