Skip to content

Commit

Permalink
fix(default.gbui): Removed warnings from code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jun 13, 2021
1 parent d742c00 commit 473a160
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -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"

}

0 comments on commit 473a160

Please sign in to comment.