Skip to content

Commit

Permalink
Configure typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Aug 5, 2024
1 parent 58b2ae0 commit 9250b6b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://typedoc.org/schema.json",
"includeVersion": true,
"entryPoints": ["./src/client.ts", "./src/react.tsx", "./src/server.ts"],
"out": "docs",
"json": "docs/index.json",
"cleanOutputDir": true,
"plugin": ["typedoc-plugin-mdn-links"],
"categorizeByGroup": false
}

0 comments on commit 9250b6b

Please sign in to comment.