World-Network-Simulator/Frontend/sns-frontend/jsconfig.json

8 lines
77 B
JSON
Raw Permalink Normal View History

2024-09-15 13:39:33 +03:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}