botlib/typedoc.json
2024-09-03 11:20:34 -03:00

16 lines
No EOL
423 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"
}