Skip to content

Commit

Permalink
feat: 디테일한 절대 경로를 사용하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejha committed Aug 10, 2023
1 parent d3eac5a commit fadacd6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apps/jurumarble/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@
"name": "next"
}
],
"baseUrl": "./src",
"baseUrl": "./",
"paths": {
"src/*": ["./src/*"]
"@app/*": ["./src/app/*"],
"@components/*": ["./src/components/*"],
"@styles/*": ["./src/styles/*"],
"@lib/*": ["./src/lib/*"],
"@hooks/*": ["./src/hooks/*"],
"@public/*": ["./public/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
Expand Down

0 comments on commit fadacd6

Please sign in to comment.