xx-xx/jsconfig.json

12 lines
179 B
JSON
Raw Normal View History

2024-07-17 22:33:59 +00:00
{
"compilerOptions": {
2024-07-20 04:36:41 +00:00
"baseUrl": ".",
2024-07-17 22:33:59 +00:00
"paths": {
"@/*": ["./src/*"]
},
"types": ["element-plus/global"]
},
"exclude": ["node_modules", "dist"]
}