Skip to content

Commit

Permalink
docs: Update typescript.md
Browse files Browse the repository at this point in the history
closes #7288
  • Loading branch information
balazsorban44 committed Apr 17, 2023
1 parent 8259cd4 commit cb916f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: TypeScript
NextAuth.js has its own type definitions to use in your TypeScript projects safely. Even if you don't use TypeScript, IDEs like VSCode will pick this up to provide you with a better developer experience. While you are typing, you will get suggestions about what certain objects/functions look like, and sometimes links to documentation, examples, and other valuable resources.

Check out the example repository showcasing how to use `next-auth` on a Next.js application with TypeScript:
https://github.com/nextauthjs/next-auth-typescript-example
https://github.com/nextauthjs/next-auth-example

---

Expand Down

1 comment on commit cb916f4

@vercel
Copy link

@vercel vercel bot commented on cb916f4 Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.