Hacking-factory / frontend /jsconfig.json
1Egyb's picture
Create jsconfig.json
773c109 verified
raw
history blame contribute delete
93 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}