mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
next auth custom type
This commit is contained in:
@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user