plugins/typedoc.json
2020-05-27 21:00:53 +01:00

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"
}