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