hf-sentiment / jsconfig.json
yalegria
Initial commit from Create Next App
0ed10d3
raw
history blame contribute delete
77 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}