botlib/typedoc.json
Rodrigo Rodriguez 0c085aaa72 Initial import.
2018-04-20 23:20:17 -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"
}