Skip to content

Commit b6c177d

Browse files
committed
fix(TypeDoc): Temporarily remove typedoc-plugin-coverage
1 parent 6ddee50 commit b6c177d

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"knip": "~5.50.0",
4444
"serve": "~14.2.0",
4545
"typedoc": "~0.28.0",
46-
"typedoc-plugin-coverage": "~3.4.0",
4746
"typedoc-plugin-dt-links": "~2.0.0",
4847
"typedoc-plugin-mdn-links": "~5.0.0",
4948
"typedoc-plugin-missing-exports": "~4.0.0",

pnpm-lock.yaml

-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typedoc.base.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
33
"includeVersion": true,
4-
"exclude": ["**/*.test.ts"],
54
"excludeInternal": false,
6-
"highlightLanguages": ["bash", "console", "css", "html", "javascript", "json", "jsonc", "svelte", "typescript"],
5+
"highlightLanguages": [
6+
"bash",
7+
"console",
8+
"css",
9+
"html",
10+
"javascript",
11+
"json",
12+
"jsonc",
13+
"svelte",
14+
"typescript"
15+
],
716
"logLevel": "Verbose",
817
"plugin": [
9-
"typedoc-plugin-coverage",
1018
"typedoc-plugin-dt-links",
1119
"typedoc-plugin-mdn-links",
1220
"typedoc-plugin-missing-exports"

0 commit comments

Comments
 (0)