We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0af45 commit 504787dCopy full SHA for 504787d
.changeset/rare-dots-draw.md
@@ -0,0 +1,5 @@
1
+---
2
+'@tanstack/typedoc-config': patch
3
4
+
5
+fix: warning when not using the 'exclude' option
packages/typedoc-config/src/index.js
@@ -45,7 +45,7 @@ export const generateReferenceDocs = async (options) => {
45
gitRevision: options.gitBranch ?? 'main',
46
entryPoints: pkg.entryPoints,
47
tsconfig: pkg.tsconfig,
48
- exclude: pkg.exclude,
+ exclude: pkg.exclude ?? [],
49
out: pkg.outputDir,
50
})
51
0 commit comments