Revert "Merge pull request #74 from vercel-labs:jp/next-auth"
This reverts commit6051e186b5, reversing changes made to28f62d80cf.
This commit is contained in:
parent
6051e186b5
commit
e9e40d7a08
5 changed files with 44 additions and 26 deletions
|
|
@ -24,6 +24,12 @@
|
|||
],
|
||||
"strictNullChecks": true
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"next-auth.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
".next/types/**/*.ts"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue