AfriDataHubFrontend / jsconfig.json
rinogeek's picture
Update for deployment
62fe6d4
raw
history blame contribute delete
95 Bytes
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
}
}