Files
labmanager/desktop-ui/jsconfig.json

9 lines
116 B
JSON
Raw Permalink Normal View History

2026-05-11 16:04:31 +08:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}