new_shop_merchant_vue/jsconfig.json
2024-03-12 15:18:56 +08:00

9 lines
137 B
JSON

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