Skip to content

Commit 4f93e6a

Browse files
docs: update info about TypeScript [skip release]
1 parent 47bcd1e commit 4f93e6a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,15 @@ NextAuth.js can be used with or without a database.
6969

7070
Advanced options allow you to define your own routines to handle controlling what accounts are allowed to sign in, for encoding and decoding JSON Web Tokens and to set custom cookie security policies and session properties, so you can control who is able to sign in and how often sessions have to be re-validated.
7171

72-
### Typescript
72+
### TypeScript
7373

7474
You can install the appropriate types via the following command:
7575

7676
```
7777
npm install --save-dev @types/next-auth
7878
```
7979

80-
If you encounter any problems with the types package, please create an issue and add the `typescript` label to it.
81-
82-
Alternatively, you can open a pull request directly with your fixes on the [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/next-auth) repository, where you'll find a `next-auth` subfolder.
80+
As of now, TypeScript is a community effort. If you encounter any problems with the types package, please create an issue at [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/next-auth). Alternatively, you can open a pull request directly with your fixes there. We welcome anyone to start a discussion on migrating this package to TypeScript, or how to improve the TypeScript experience in general.
8381

8482
## Example
8583

@@ -155,4 +153,4 @@ We're open to all community contributions! If you'd like to contribute in any wa
155153

156154
## License
157155

158-
ISC
156+
ISC

0 commit comments

Comments
 (0)