PatientProTokenRepository/jsconfig.json
2025-04-23 11:50:43 +05:30

8 lines
77 B
JSON

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