Skip to content

Commit a202bba

Browse files
committed
typedoc add to codemod
1 parent 44ac609 commit a202bba

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/codemod/typedoc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://typedoc.org/schema.json",
3+
"entryPoints": ["src"],
4+
"entryPointStrategy": "expand",
5+
"exclude": ["**/*.test.ts", "**/__*__/**"],
6+
"navigation": {
7+
"includeGroups": true,
8+
"includeCategories": true
9+
}
10+
}

0 commit comments

Comments
 (0)