This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ScriptCraft/src/main/ts/typedoc.json
TheBrokenRail 7ffcc55da5
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Generate DTS
2020-04-28 21:13:08 -04:00

10 lines
221 B
JSON

{
"name": "ScriptCraft API",
"mode": "modules",
"readme": "none",
"excludeExternals": true,
"excludeNotExported": true,
"excludePrivate": true,
"stripInternal": true,
"out": "lib/typedoc"
}