Skip to content

Commit 8a4df66

Browse files
committed
Add paths to tsconfig.
1 parent 0e11e5b commit 8a4df66

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

tsconfig.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,24 @@
55
"jsx": "react-jsx",
66
"jsxImportSource": "react",
77
"paths": {
8-
"$*": ["src/*"]
8+
"@components/*": [
9+
"src/components/*"
10+
],
11+
"@layouts/*": [
12+
"src/layouts/*"
13+
],
14+
"@ui/*": [
15+
"src/components/ui/*"
16+
],
17+
"@assets/*": [
18+
"src/assets/*"
19+
],
20+
"@i18n/*": [
21+
"src/i18n/*"
22+
],
23+
"@src/*": [
24+
"src/*"
25+
]
926
}
1027
}
1128
}

0 commit comments

Comments
 (0)