xx-sys/jsconfig.json

12 lines
180 B
JSON
Raw Permalink Normal View History

2024-07-16 07:49:19 +00:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"]
2024-07-17 11:35:14 +00:00
},
"types": ["element-plus/global"]
2024-07-16 07:49:19 +00:00
},
"exclude": ["node_modules", "dist"]
}