Skip to content

Commit

Permalink
chore: remove raccoon from typedoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovicentegc committed Nov 28, 2023
1 parent 7dd537a commit bf9009f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"packages/components/src/index.ts",
"packages/raccoon-next/src/index.ts",
"packages/raccoon-io/src/index.ts"
],
"entryPoints": ["packages/components/src/index.ts"],
"exclude": [
"packages/components/src/**/*+(index|.vitest|.e2e|.test|.stories).(ts|tsx)"
],
Expand Down

0 comments on commit bf9009f

Please sign in to comment.