mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
9 lines
279 B
JSON
9 lines
279 B
JSON
{
|
|
"files.exclude": {
|
|
"packages/core/{lib,providers,*.js,*.d.ts,*.d.ts.map}": true,
|
|
"packages/next-auth/{client,core,css,jwt,next,providers,react,utils,*.js,*.d.ts}": true
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"openInGitHub.remote.branch": "main"
|
|
}
|