Fix next-auth

This commit is contained in:
Jared Palmer 2023-06-21 14:29:19 -07:00
parent 28f62d80cf
commit f2ae20d26b
5 changed files with 26 additions and 44 deletions

View file

@ -24,12 +24,6 @@
],
"strictNullChecks": true
},
"include": [
"next-env.d.ts",
"next-auth.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}