handspew / jsconfig.json
Tina Tarighian
initial
065d164
raw
history blame
73 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}