Skip to content

Commit

Permalink
feat: ts alias 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjin-dev committed Dec 6, 2023
1 parent 265750c commit 02423e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"jsx": "preserve",
"incremental": true,
"paths": {
"@/*": ["./*"]
"@/*": ["./*"],
"@components/*": ["./src/components/*"],
"@feature/*": ["./src/feature/*"],
"@utils/*": ["./src/utils/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
Expand Down

0 comments on commit 02423e7

Please sign in to comment.