Skip to content

Commit 7ec8938

Browse files
committed
Update typedoc excludes
1 parent e6e1a65 commit 7ec8938

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
name: Build Docusaurus
10+
name: Build Docs
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4

typedoc.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
2-
"tsconfig": "tsconfig.json",
2+
"tsconfig": "tsconfig.build.json",
33
"entryPoints": ["src/index.ts"],
44
"entryPointStrategy": "resolve",
5-
"exclude": ["bin/*", "docs/*", "tests/*", "**/*.config.ts", "**/*.d.ts"],
5+
"exclude": [
6+
"bin/**",
7+
"docs/**",
8+
"tests/**",
9+
"**/*.config.ts",
10+
"**/*.spec.ts",
11+
"**/*.d.ts"
12+
],
613
"out": "docs",
714
"plugin": ["typedoc-github-theme"]
815
}

0 commit comments

Comments
 (0)