Skip to content

Commit f6dbcd2

Browse files
authored
chore: rename file extension (#11054)
1 parent 5d532cc commit f6dbcd2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

packages/next-auth/typedoc.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @type {import('typedoc').TypeDocOptions & import('typedoc-plugin-markdown').PluginOptions}
55
*/
66
module.exports = {
7-
entryPoints: ["src/index.tsx", "src/adapters.ts", "src/middleware.ts", "src/jwt.ts", "src/next.ts", "src/react.tsx", "src/webauthn.ts"],
7+
entryPoints: ["src/index.ts", "src/adapters.ts", "src/middleware.ts", "src/jwt.ts", "src/next.ts", "src/react.tsx", "src/webauthn.ts"],
88
entryPointStrategy: "expand",
99
tsconfig: "./tsconfig.json",
1010
entryModule: "next-auth",

0 commit comments

Comments
 (0)