Files
archived-next-auth/.vscode/settings.json
2023-05-01 12:41:12 +02:00

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"
}