next auth custom type

This commit is contained in:
Timur Ercan
2023-01-18 17:02:01 +01:00
parent 7732402fe3
commit c9bfa33dce

View File

@ -17,10 +17,10 @@
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"../../packages/types/*.d.ts",
"../../packages/**/*.ts"
"../../packages/types/next-auth.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": ["node_modules", "../../packages/types/next-auth.d.ts"]
"exclude": ["node_modules"]
}