From cd9231b4ffa48af763a06170199b3a4d75193f97 Mon Sep 17 00:00:00 2001 From: Fedor Shchudlo Date: Tue, 7 Nov 2017 09:15:10 +0700 Subject: [PATCH] chore(all): remove typedoc config --- typedoc.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 typedoc.json diff --git a/typedoc.json b/typedoc.json deleted file mode 100644 index 1368d783..00000000 --- a/typedoc.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "mode": "file", - "out": "docs", - "name": "right-angled", - "theme": "default", - "gaID": "UA-47538916-5", - "ignoreCompilerErrors": true, - "experimentalDecorators": true, - "emitDecoratorMetadata": true, - "excludeExternals": true, - "externalPattern": "**/+(node_modules|tests)/**/*.ts", - "target": "ES5", - "moduleResolution": "node", - "preserveConstEnums": true, - "stripInternal": true, - "suppressExcessPropertyErrors": true, - "suppressImplicitAnyIndexErrors": true, - "module": "commonjs", - "includeDeclarations": false, - "readme": "none" -}