diff --git a/package.json b/package.json index e05a80de..9d79697d 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,6 @@ "superagent": "^6.1.0", "ts-node": "^8.10.2", "typedoc": "^0.20.24", - "typedoc-clarity-theme": "~1.1.0", "typescript": "^3.8.3", "webpack": "^5.1.1", "webpack-cli": "^4.0.0" diff --git a/tsconfig.json b/tsconfig.json index 4f9f4200..be34da2c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,8 +21,6 @@ "node_modules" ], "typedocOptions": { - "out": "docs", - "mode": "file", - "theme": "node_modules/typedoc-clarity-theme/bin" + "out": "docs" } }