feat: 타입스크립트 설정 및 Vite 구성 추가

This commit is contained in:
2026-01-04 17:01:38 +00:00
parent 0e06ae9c38
commit 3581477a42
7 changed files with 33 additions and 5 deletions
+3 -1
View File
@@ -8,6 +8,8 @@
"include": ["src"],
"references": [
{ "path": "../../packages/common" },
{ "path": "../../packages/infra" }
{ "path": "../../packages/infra" },
{ "path": "../../packages/logic" },
{ "path": "../../app/game-engine" }
]
}