We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c07fd7 commit 4307dfdCopy full SHA for 4307dfd
site/options/input.md
@@ -16,11 +16,11 @@ typedoc --entryPoints src/index.ts --entryPoints src/alt.ts
16
```jsonc
17
// typedoc.json
18
{
19
- "entryPoints": ["src/index.ts", "src/alt.ts"],
+ "entryPoints": ["src/index.ts", "src/alt.ts", "src/multiple/*.ts"],
20
}
21
```
22
23
-Specifies the entry points to be documented by TypeDoc. TypeDoc will examine
+Specifies the entry points globs to be documented by TypeDoc. TypeDoc will examine
24
the exports of these files and create documentation according to the exports.
25
Entry points can be handled in one of four ways, see [--entryPointStrategy](#entrypointstrategy)
26
for details.
0 commit comments