nextjs-replicate / jsconfig.json
AnthoneoJ's picture
Upload 16 files
cf476f3 verified
raw
history blame contribute delete
73 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}