nexora / frontend /jsconfig.json
ChandimaPrabath's picture
init
6ba7c23
raw
history blame
No virus
77 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}