botserver/typedoc.json
Rodrigo Rodriguez ce73db22f6 Initial import.
2018-04-21 02:59:30 -03:00

16 lines
No EOL
421 B
JSON

{
"mode": "modules",
"out": "docs",
"name": "General Bots Open Core",
"theme": "default",
"ignoreCompilerErrors": "true",
"experimentalDecorators": "true",
"emitDecoratorMetadata": "true",
"target": "ES6",
"moduleResolution": "node",
"preserveConstEnums": "true",
"stripInternal": "true",
"suppressExcessPropertyErrors": "true",
"suppressImplicitAnyIndexErrors": "true",
"module": "commonjs"
}