Skip to content

Commit df7ff08

Browse files
committed
chore(tsconfig): 모노레포 TypeScript 컴포지트 프로젝트 설정 및 shared 패키지 참조 경로 정리
1 parent 610752e commit df7ff08

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

frontend/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"files": [],
33
"references": [
44
{ "path": "./tsconfig.app.json" },
5+
{ "path": "../shared" },
56
{ "path": "./tsconfig.node.json" }
67
]
78
}

tsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"files": [],
3+
"references": [
4+
{ "path": "./shared" },
5+
{ "path": "./frontend" },
6+
{ "path": "./backend" }
7+
]
8+
}

0 commit comments

Comments
 (0)