jsconfig
// Create jsconfig.json in root
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@components/*": ["components/*"],
"@root/*": ["./*"]
}
}
}
Lucas Juan