anycoder-54d82971 / jsconfig.json
00Boobs00's picture
Upload jsconfig.json with huggingface_hub
4d336c0 verified
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"]
}
}
}