fix(default.gbui): Removed warnings from code.

This commit is contained in:
Rodrigo Rodriguez 2021-06-13 12:26:40 -03:00
parent d742c00567
commit 473a160941

View file

@ -1,16 +1,3 @@
{
"mode": "modules",
"out": "docs/reference",
"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"
}