mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-03-10 16:57:34 +00:00
14 lines
229 B
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
|
|
}
|