Nexus / frontend /jsconfig.json
ChandimaPrabath's picture
nexus auth integrated
cdf301a
raw
history blame contribute delete
181 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./*"],
"@components/*": ["./components/*"],
"@lib/*": ["./lib/*"],
"@assets/*": ["./assets/*"],
}
}
}