drawing-app / jsconfig.json
qtitpc's picture
Upload 9 files
edbfcdb verified
Raw
History Blame Contribute Delete
77 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}