Skip to content

Commit 5acfd47

Browse files
committed
fixed path alias in jsconfig.json
1 parent 59ee81c commit 5acfd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"baseUrl": ".",
66
// Relative to "baseUrl"
77
"paths": {
8-
"@/*": ["./src/*"],
8+
"~/*": ["./src/*"],
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)