PatientProRepository/jsconfig.json
2025-04-07 14:15:13 +05:30

8 lines
77 B
JSON

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