HrMateRepository/jsconfig.json
2025-04-07 14:21:07 +05:30

8 lines
77 B
JSON

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