semantic-image-search / jsconfig.json
Xenova's picture
Xenova HF staff
Upload 23 files
1efb9e6
raw history blame
No virus
77 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}