litemall/litemall-admin/jsconfig.json

9 lines
137 B
JSON
Raw Normal View History

2025-04-14 14:25:41 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}