mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
28 lines
442 B
JSON
28 lines
442 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"watch": true,
|
|
"emitDeclarationOnly": false
|
|
},
|
|
"watchOptions": {
|
|
"excludeDirectories": [
|
|
"lib",
|
|
"css",
|
|
"jwt",
|
|
"react",
|
|
"next",
|
|
"client",
|
|
"providers",
|
|
"core",
|
|
"utils"
|
|
],
|
|
"excludeFiles": [
|
|
"index.d.ts",
|
|
"index.js",
|
|
"adapters.d.ts",
|
|
"middleware.d.ts",
|
|
"middleware.js"
|
|
]
|
|
}
|
|
}
|