ebike-ui/ebike-operate/jsconfig.json
2025-04-14 10:57:27 +08:00

9 lines
132 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}