issue # 백엔드 서버 재구성

This commit is contained in:
2025-11-13 02:00:11 +00:00
parent d07a8ec65e
commit 8d0329187b
56 changed files with 99 additions and 1335 deletions

14
tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "esnext",
"module": "CommonJS",
"lib": ["ESNext"],
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"]
}