Skip to content

Commit

Permalink
chore : 상대경로 설정 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWook authored Oct 22, 2024
1 parent aabf3ff commit b22a98b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"moduleResolution": "node",
"baseUrl": "./src",
"paths": {
"*": ["src/*"]
"@/*": ["*"],
"@/components/*": ["components/*"]
}
},
"include": ["src"],
Expand Down

0 comments on commit b22a98b

Please sign in to comment.