Skip to content

Commit

Permalink
fixed path alias in jsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrin9 committed Oct 3, 2024
1 parent 59ee81c commit 5acfd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"baseUrl": ".",
// Relative to "baseUrl"
"paths": {
"@/*": ["./src/*"],
"~/*": ["./src/*"],
}
}
}

0 comments on commit 5acfd47

Please sign in to comment.