mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
next auth custom type
This commit is contained in:
@ -17,10 +17,10 @@
|
|||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"next-env.d.ts",
|
"next-env.d.ts",
|
||||||
"**/*.ts",
|
|
||||||
"**/*.tsx",
|
|
||||||
"../../packages/types/*.d.ts",
|
"../../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