mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* feat(next-auth): add typings * docs(next-auth): fix project comment * docs(next-auth): fix project comment again * chore(next-auth): fix `tsconfig` * chore(next-auth): fix trailing comma * chore(next-auth): add package.json to reflect deps * fix(next-auth): add minimum supported TS version * fix(next-auth): add "dom" to lib in TS config * chore(next-auth): add `esModuleInterop` flag * chore(next-auth): add source-map to dependencies * fix(next-auth): try to address 'source-map' error * fix(next-auth): address 'source-map' error (2) * fix(next-auth): address 'source-map' error (3) * fix(next-auth): address 'source-map' error (4) * fix(next-auth): address 'source-map' error (4) * fix(next-auth): address 'source-map' error (5) * fix(next-auth): don't rely on "next" types There was a strange 'source-map' error related to them... * fix(next-auth): use interface over type literal * feat(next-auth): type new providers * fix(next-auth): update client types rel to v3 * fix(next-auth): update server options * refactor(next-auth): use 'T[]' for typing arrays * fix(next-auth): remove default export from client * feat(next-auth): update init options * refactor(next-auth): code review suggestions (2) - make session callback extendable - make `accessToken` optional on client * fix(next-auth): session callback error * fix(next-auth): no unnecessary generic * fix(next-auth): export helpful types
2 lines
33 B
JSON
2 lines
33 B
JSON
{ "extends": "dtslint/dt.json" }
|