Commit 6dfb3250 authored by Vũ Đình Nguyên's avatar Vũ Đình Nguyên

update(tsconfig): update paths config link

parent 6875c0ff
......@@ -19,7 +19,16 @@
}
],
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@components/*": ["./src/components/*"],
"@hooks/*": ["./src/hooks/*"],
"@api/*": ["./src/api/*"],
"@lib/*": ["./lib/*"],
"@public/*": ["./public/*"],
"@store/*": ["./src/store/*"],
"@links/*": ["./src/links/*"]
}
},
"include": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment