mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
14 lines
329 B
JSON
14 lines
329 B
JSON
{
|
|
"extends": "@next-auth/tsconfig/tsconfig.adapters.json",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"stripInternal": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["dist", "test", "node_modules"]
|
|
}
|