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" } }