From 6c813d97e3b646d83c2168b38ad1105709106daf Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 4 Feb 2019 13:27:13 +0700 Subject: [PATCH] Improve the docs generation --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 5293f06..8d5bd90 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,8 +13,6 @@ ], "typedocOptions": { "out": "docs", - // Links to `ArrayPredicate` and others doesn't work when this is specified... - // "entryPoint": "Ow", "mode": "file", "target": "ES6", "module": "commonjs", @@ -28,6 +26,6 @@ "suppressImplicitAnyIndexErrors": true, "theme": "minimal", "hideGenerator": true, - "readme": "none" + "readme": "readme.md" } }