occulto/typedoc.json

14 lines
229 B
JSON

{
"entryPoints": ["./src/index.ts"],
"out": "./docs",
"name": "Occulto",
"includeVersion": true,
"plugin": ["typedoc-material-theme"],
"themeColor": "#cb9820",
"excludeInternal": true,
"excludePrivate": true
}