Skip to content

Commit 3aa05bf

Browse files
committedMar 17, 2024
Add path mapping for root directory
1 parent 1734640 commit 3aa05bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎jsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"paths": {
4+
"@/root/*": ["./*"],
45
"@/*": ["./src/*"]
56
}
67
}

0 commit comments

Comments
 (0)
Please sign in to comment.