app_totito_next/jsconfig.json

8 lines
73 B
JSON
Raw Normal View History

2024-09-06 12:06:39 -06:00
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}