next.js / examples /cms-prepr /jsconfig.json
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"],
"@/lib/*": ["lib/*"],
"@/styles/*": ["styles/*"]
}
}
}