Skip to content

Commit

Permalink
chore(deps): typedoc update (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomaash authored Feb 17, 2023
1 parent 08d2d91 commit 14a028b
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 88 deletions.
153 changes: 68 additions & 85 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"semantic-release": "20.1.0",
"sinon": "14.0.2",
"snap-shot-it": "7.9.10",
"typedoc": "0.22.18",
"typedoc": "0.23.25",
"vis-dev-utils": "3.0.121"
}
}
8 changes: 6 additions & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"entryPoints": ["./src/index.ts"],
"excludeExternals": true,
"excludePrivate": true,
"listInvalidSymbolLinks": true,
"out": "./docs",
"theme": "default",
"tsconfig": "./tsconfig.docs.json"
"tsconfig": "./tsconfig.docs.json",
"validation": {
"invalidLink": true,
"notDocumented": false,
"notExported": true
}
}

0 comments on commit 14a028b

Please sign in to comment.