fix(default.gbui): Removed warnings from code.
This commit is contained in:
parent
d742c00567
commit
473a160941
1 changed files with 1 additions and 14 deletions
15
typedoc.json
15
typedoc.json
|
@ -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"
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue