Revert "Merge pull request #74 from vercel-labs:jp/next-auth"

This reverts commit 6051e186b5, reversing
changes made to 28f62d80cf.
This commit is contained in:
Jared Palmer 2023-06-21 14:32:54 -07:00
parent 6051e186b5
commit e9e40d7a08
5 changed files with 44 additions and 26 deletions

View file

@ -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"]
}