Nexora-Music / frontend /jsconfig.json
ChandimaPrabath's picture
nextjs init
21986a1
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}