mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": true,
|
|
"baseUrl": ".",
|
|
"outDir": "."
|
|
},
|
|
"exclude": ["./*.js", "./*.d.ts", "config", "**/__tests__"]
|
|
}
|