Files
kan/packages/auth/tsconfig.json
LovelessCodes 6eb17529f1 feat(auth): added discord & github authentication methods (#18)
* feat(auth): added discord & github authentication methods

* chore(format): formatted edited files

* docs: add Discord and GitHub OAuth environment variables to README

* feat: add Discord and GitHub OAuth client credentials to environment config

* refactor: migrate social provider types to better-auth package

* feat: return configured social provider names from auth endpoint

* refactor: simplify socialProvidersPlugin by removing nested function and condensing return
2025-06-05 12:00:07 +01:00

9 lines
167 B
JSON

{
"extends": "@kan/tsconfig/internal-package.json",
"compilerOptions": {
"jsx": "react-jsx"
},
"include": ["*.ts", "src"],
"exclude": ["node_modules"]
}