Skip to content

Commit

Permalink
Remove cuetypes.ts typedoc entrypoint
Browse files Browse the repository at this point in the history
This was a leftover from a previous cleanup
  • Loading branch information
pipex committed Jan 22, 2025
1 parent 5c322c8 commit f6c8341
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"entryPoints": ["./lib/index.ts", "./lib/types/cuetypes.ts"],
"out": "docs"
"entryPoints": [
"./lib/index.ts"
],
"out": "docs"
}

0 comments on commit f6c8341

Please sign in to comment.