feat(auth): setup login and sign up and can use email or username
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"moduleResolution": "nodenext",
|
||||
"strict": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"types": ["node", "better-auth", "jest"],
|
||||
"types": ["node", "better-auth"],
|
||||
"jsx": "react-jsx",
|
||||
"outDir": "./dist",
|
||||
"removeComments": true,
|
||||
@@ -38,5 +38,4 @@
|
||||
"lstDocs",
|
||||
"database/testFiles",
|
||||
"scripts"
|
||||
]
|
||||
}
|
||||
]}
|
||||
Reference in New Issue
Block a user