BingoBongo/frontend/jsconfig.json
2024-11-29 21:21:44 +11:00

8 lines
77 B
JSON

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