Skip to content

Commit 79f138d

Browse files
committed
chore: fix yet another CRLF error
1 parent c671d43 commit 79f138d

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

docs/typedoc.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
{
2-
"$schema": "https://typedoc-plugin-markdown.org/schema.json",
3-
"entryPoints": ["../packages/client"],
4-
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
5-
"name": "Packages Example",
6-
"entryPointStrategy": "packages",
7-
"packageOptions": {
8-
"includeVersion": true,
9-
"entryPoints": ["src/*.ts"]
10-
},
11-
"basePath": "../packages/client/src",
12-
"readme": "none",
13-
"entryFileName": "index.md",
14-
"mergeReadme": true,
15-
"indexFormat": "table",
16-
"useCodeBlocks": true,
17-
"textContentMappings": {
18-
"title.indexPage": "API Reference",
19-
"title.memberPage": "{name}"
20-
},
21-
"outputs": [
22-
{
23-
"name": "markdown",
24-
"path": "./api"
25-
}
26-
],
27-
"hidePageHeader": false,
28-
"logLevel": "Verbose"
29-
}
1+
{
2+
"$schema": "https://typedoc-plugin-markdown.org/schema.json",
3+
"entryPoints": ["../packages/client"],
4+
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
5+
"name": "Packages Example",
6+
"entryPointStrategy": "packages",
7+
"packageOptions": {
8+
"includeVersion": true,
9+
"entryPoints": ["src/*.ts"]
10+
},
11+
"basePath": "../packages/client/src",
12+
"readme": "none",
13+
"entryFileName": "index.md",
14+
"mergeReadme": true,
15+
"indexFormat": "table",
16+
"useCodeBlocks": true,
17+
"textContentMappings": {
18+
"title.indexPage": "API Reference",
19+
"title.memberPage": "{name}"
20+
},
21+
"outputs": [
22+
{
23+
"name": "markdown",
24+
"path": "./api"
25+
}
26+
],
27+
"hidePageHeader": false,
28+
"logLevel": "Verbose"
29+
}

0 commit comments

Comments
 (0)