transcriptmaster / jsconfig.json
bigbossmonster's picture
Update jsconfig.json
d8746bb verified
raw
history blame contribute delete
92 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}