jukebox-web/jukebox/jsconfig.json
2024-01-19 21:08:50 -05:00

8 lines
77 B
JSON

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