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