launcher/ui/jsconfig.json

9 lines
116 B
JSON
Raw Permalink Normal View History

2024-09-23 16:12:34 +08:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}