ahut-engisys-ui/jsconfig.json

10 lines
137 B
JSON
Raw Permalink Normal View History

2024-10-26 15:49:32 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}