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 33edab9 commit 56f289dCopy full SHA for 56f289d
typedoc.config.js
@@ -3,7 +3,7 @@ module.exports = {
3
tsconfig: "tsconfig.docs.json",
4
name: "Esbuild Raw Plugin",
5
entryPoints: ["./lib/src"],
6
- exclude: ["**/*.test.tsx", "**/index.ts", "**/declaration.d.ts"],
+ exclude: ["**/*.test.tsx", "**/declaration.d.ts"],
7
entryPointStrategy: "Expand",
8
out: "./docs",
9
commentStyle: "all",
0 commit comments