new_shop_admin_vue/jsconfig.json
2024-02-19 10:51:14 +08:00

9 lines
137 B
JSON

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