rapharehap/jsconfig.json
2025-08-26 13:45:05 +05:30

8 lines
73 B
JSON

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