COLE / frontend /jsconfig.json
Yurhu's picture
Initial snapshot upload
75ec748 verified
raw
history blame contribute delete
84 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}