java-experiment/ui/jsconfig.json
闵宪瑞 03d32a62b3 add
2025-05-27 13:41:58 +08:00

9 lines
116 B
JSON

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