EmployeesManagementPortalRe.../jsconfig.json
2025-05-23 16:08:10 +05:30

8 lines
77 B
JSON

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