hf-spaces-semantic-search / jsconfig.json
anzorq's picture
~working mvp
f817b5c
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}