issue #39
Some checks failed
Test CI / build (push) Failing after 28s

- 로그인 이후 access/refresh token 생성 및 반환 로직 구현
This commit is contained in:
2025-11-30 18:19:39 +09:00
parent 810b4c1fb0
commit 5c79aa18f4
20 changed files with 435 additions and 34 deletions

View File

@@ -2,8 +2,10 @@
"compilerOptions": {
"noEmitOnError": true,
"sourceMap": false,
"incremental": true,
"tsBuildInfoFile": ".tsbuildinfo"
"incremental": false,
"noEmit": false,
"tsBuildInfoFile": ".tsbuildinfo",
"outDir": "./dist"
},
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]