learnix / jsconfig.json
shashidharak99's picture
Upload files
7d51e81 verified
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"@/*": ["*"]
}
}
}