anycoder-23461cd1 / jsconfig.json
00Boobs00's picture
Upload jsconfig.json with huggingface_hub
2bc8f6d verified
raw
history blame contribute delete
112 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"]
}
}
}