Skip to content

Commit e5b23aa

Browse files
committed
misc: fix typos in Typedoc config field entryPoints
1 parent 36a0432 commit e5b23aa

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
@@ -15,7 +15,7 @@ const dryRun = !!process.env.DRY_RUN?.match(/true/gi);
1515
* <!-- @satisfies {Partial<import("typedoc").TypeDocOptions>} -->
1616
*/
1717
const config = {
18-
entryPoints: ["./src", ".test/framework", ".test/helpers", "./test/matchers", "./test/utils"],
18+
entryPoints: ["./src", "./test/framework", "./test/helpers", "./test/matchers", "./test/utils"],
1919
entryPointStrategy: "expand",
2020
exclude: [
2121
"src/polyfills.ts",

0 commit comments

Comments
 (0)