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