Skip to content

Commit

Permalink
Merge pull request #1775 from srmagura/example
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 authored Oct 31, 2021
2 parents ea4ed68 + 95dae10 commit 4cd215a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 3 additions & 5 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"lint": "eslint .",
"tsc": "tsc",
"typedoc": "node ../bin/typedoc ./src"
"typedoc": "node ../bin/typedoc"
},
"dependencies": {
"@types/lodash": "^4.14.175",
Expand Down
4 changes: 3 additions & 1 deletion example/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"sort": "source-order",
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src"],
"sort": ["source-order"],
"media": "media"
}

0 comments on commit 4cd215a

Please sign in to comment.