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