mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 01:44:39 -05:00
10 lines
227 B
JSON
10 lines
227 B
JSON
{
|
|
"includeDeclarations": true,
|
|
"excludeExternals": true,
|
|
"externalPattern": ["!asphyxia-core.d.ts"],
|
|
"mode": "file",
|
|
"readme": "../docs/_typedoc.md",
|
|
"name": "Asphyxia CORE Module API",
|
|
"out": "../docs/typedoc"
|
|
}
|