vrs1 / jsconfig.json
Chooth's picture
SmellPantySpace
c159ff4 verified
raw
history blame contribute delete
97 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}