Skip to content

Commit 2377a46

Browse files
authored
fix: TypeScript 빌드 설정 및 Vercel 설정 수정 (#74)
1 parent a5b6b27 commit 2377a46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frontend/tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
"references": [
44
{ "path": "./tsconfig.app.json" },
55
{ "path": "./tsconfig.node.json" }
6-
]
7-
}
6+
],
7+
"compilerOptions": {
8+
"forceConsistentCasingInFileNames": true
9+
},}

0 commit comments

Comments
 (0)