master / backend /jsconfig.json
harryhein's picture
Copy backend/jsconfig.json from bigbossmonster/transcriptmaster
ee2ed2b verified
Raw
History Blame Contribute Delete
107 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/backend/*": ["./*"]
}
}
}