ReportAnalyticsRepository/jsconfig.json
2025-04-07 14:25:35 +05:30

8 lines
77 B
JSON

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