Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INIT] import 절대경로 설정 #14

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

maylh
Copy link
Collaborator

@maylh maylh commented Jan 2, 2025

🛰️ 관련 이슈

해결한 이슈 번호를 작성해주세요
close #13

🧑‍💻 작업 내용

작업한 내용을 간략히 작성해주세요

  • import 절대경로 설정

🗯️ PR 포인트

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

  • vite-tsconfig-paths 플러그인 사용해서 절대경로 지정해주었습니다 ~ 스크린샷 첨부합니다 !

🚀 알게된 점

기록하며 개발하기!

📖 참고 자료 (선택)

참고했던 문서들 공유하기!

📸 스크린샷 (선택)

스크린샷 2025-01-03 오전 12 49 49

@maylh maylh changed the title [INIT [INIT] import 절대경로 설정 Jan 2, 2025
@maylh maylh self-assigned this Jan 2, 2025
Copy link
Collaborator

@Taew00k Taew00k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

설정해주신 덕분에 제 손목을 아낄 수 있을 것 같습니다 고생하셨어요~~

Copy link
Collaborator

@bykbyk0401 bykbyk0401 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

설정 잘 된 것 같아요👍 수고하셨습니다!!!

Copy link
Collaborator

@seong-hui seong-hui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

직접 실행해보니 잘 되는 거 확인했습니다!! 편하게 개발할 수 있겠군요 감사합니당

@@ -1,26 +1,38 @@
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"baseUrl": "./",
"paths": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

추가적인 폴더가 생기면 여기에 추가하면 되겠네요 굳굳!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[INIT] 절대경로 세팅
4 participants