Skip to content

Commit

Permalink
Fix code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Aug 5, 2024
1 parent 9250b6b commit 6a53d80
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,10 +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
"$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 6a53d80

Please sign in to comment.