Files
panel-remate-app/jsconfig.json
2026-06-02 17:28:08 -04:00

8 lines
77 B
JSON

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