Skip to content

Commit

Permalink
chore: Add typedoc.config.cjs for frameworks-template
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 authored Aug 22, 2024
1 parent 4bc517e commit 05f940d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/frameworks-template/typedoc.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// @ts-check

/**
* @type {import('typedoc').TypeDocOptions & import('typedoc-plugin-markdown').MarkdownTheme}
*/
module.exports = {
entryPoints: ["src/index.ts"],
entryPointStrategy: "expand",
tsconfig: "./tsconfig.json",
entryModule: "@auth/<framework-id>",
entryFileName: "../<framework-id>.mdx",
includeVersion: true,
readme: 'none',
}

0 comments on commit 05f940d

Please sign in to comment.