auth services implmented

This commit is contained in:
2025-07-25 22:46:37 +03:00
parent 8ca2d34dc6
commit b4b752ca3a
92 changed files with 5282 additions and 296 deletions

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"types": ["node"],
"typeRoots": ["./node_modules/@types"],
"module": "commonjs",
"declaration": true,
"removeComments": true,