Skip to content

Commit

Permalink
add typedoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Apr 6, 2024
1 parent 6babb8f commit 5040df2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@
/.*
!.tshy
!tsconfig.json
!typedoc.json
!src/
!bin/
!package.json
Expand Down
8 changes: 8 additions & 0 deletions typedoc.json
@@ -0,0 +1,8 @@
{
"tsconfig": "./.tshy/esm.json",
"entryPoints": ["./src/**/*.+(ts|tsx|mts|cts)"],
"navigationLinks": {
"GitHub": "https://github.com/isaacs/chownr",
"isaacs projects": "https://isaacs.github.io/"
}
}

0 comments on commit 5040df2

Please sign in to comment.