mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
12 lines
273 B
JSON
12 lines
273 B
JSON
{
|
|
"extends": "@next-auth/tsconfig/tsconfig.adapters.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"exclude": ["tests", "dist", "jest.config.js"]
|
|
}
|