From 473a160941b471aa87c19c714a5e8fc0107d5672 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sun, 13 Jun 2021 12:26:40 -0300 Subject: [PATCH] fix(default.gbui): Removed warnings from code. --- typedoc.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/typedoc.json b/typedoc.json index b3986473..0e0dcd23 100644 --- a/typedoc.json +++ b/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" + } \ No newline at end of file