TraineesManagementRepository/jsconfig.json
2025-06-07 16:59:40 +05:30

8 lines
77 B
JSON

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