2018-04-21 02:59:30 -03:00
|
|
|
{
|
|
|
|
"mode": "modules",
|
2018-11-11 18:14:25 -02:00
|
|
|
"out": "docs/reference",
|
2018-04-21 02:59:30 -03:00
|
|
|
"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"
|
|
|
|
}
|