Simply create a jsconfig.json file in your base directory, then copy this code into it, then save.
{
"compilerOptions": {
// make all imports without a dot '.' prefix relative to the base url
"baseUrl": ".",
"paths": {
"@/component/*": ["compomponents/*"]
}
}
}
Programming class enrollment for August: https://paystack.com/pay/ovuc-xymw6
Top comments (0)