Files
archived-next-auth/.vscode/settings.json
Balázs Orbán e47c3c81f1 chore: format
2022-12-24 01:47:46 +01:00

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