aeroEcho/frontend/jsconfig.json
Roozbeh Karimi 85fdbe085a socket added
2025-10-01 20:14:07 -04:00

8 lines
77 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}