transcriptmaster / backend /jsconfig.json
bigbossmonster's picture
Upload 24 files
ea81969 verified
raw
history blame contribute delete
107 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/backend/*": ["./*"]
}
}
}