diff --git a/typedoc.md.json b/typedoc.md.json deleted file mode 100644 index 85bcd13..0000000 --- a/typedoc.md.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "inputFiles": ["./src","./*.md"], - "exclude": ["./**/*.test.*"], - "media": "docs/Static", - "theme": "bitbucket", - "hideSources": true, - "namedAnchors": false, - "includeVersion": true, - "readme": "none", - "plugin": "typedoc-plugin-markdown", - "mode": "modules", - "out": "docs/Markdown", - "disableOutputCheck": true -}