Some checks failed
Test CI / build (push) Failing after 28s
- 로그인 이후 access/refresh token 생성 및 반환 로직 구현
13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmitOnError": true,
|
|
"sourceMap": false,
|
|
"incremental": false,
|
|
"noEmit": false,
|
|
"tsBuildInfoFile": ".tsbuildinfo",
|
|
"outDir": "./dist"
|
|
},
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
|
|
}
|