Skip to content

Commit

Permalink
refactor: tsconfig 경로 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyonun321 committed Nov 14, 2024
1 parent d801dff commit 122cd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"noImplicitAny": false,
"strictBindCallApply": false,
"paths": {
"@Nocta/crdt": ["../@noctaCrdt/dist"],
"@Nocta/crdt/*": ["../@noctaCrdt/dist/*"]
"@noctaCrdt": ["../@noctaCrdt/dist"],
"@noctaCrdt/*": ["../@noctaCrdt/dist/*"]
},
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false,
Expand Down

0 comments on commit 122cd7a

Please sign in to comment.