Skip to content

Commit 56f289d

Browse files
committed
fix typedoc config
1 parent 33edab9 commit 56f289d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typedoc.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
tsconfig: "tsconfig.docs.json",
44
name: "Esbuild Raw Plugin",
55
entryPoints: ["./lib/src"],
6-
exclude: ["**/*.test.tsx", "**/index.ts", "**/declaration.d.ts"],
6+
exclude: ["**/*.test.tsx", "**/declaration.d.ts"],
77
entryPointStrategy: "Expand",
88
out: "./docs",
99
commentStyle: "all",

0 commit comments

Comments
 (0)