Skip to content

Commit

Permalink
Code formatting [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Feb 15, 2025
1 parent 3cc75ac commit cb084ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/typedoc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {Partial<import("typedoc").TypeDocOptions>} */
/**
* @type {Partial<import("typedoc").TypeDocOptions>}
*/
export default {
entryPoints: ["../src/index.ts"],
excludePrivate: true,
Expand Down

0 comments on commit cb084ce

Please sign in to comment.