frontend-app / client /jsconfig.json
Keys
fixes
2ecbb66
raw
history blame contribute delete
97 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}