Skip to content

Commit

Permalink
Improve the docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 4, 2019
1 parent 2bb3656 commit 6c813d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -28,6 +26,6 @@
"suppressImplicitAnyIndexErrors": true,
"theme": "minimal",
"hideGenerator": true,
"readme": "none"
"readme": "readme.md"
}
}

0 comments on commit 6c813d9

Please sign in to comment.