vip-sale-promote-vue3/jsconfig.json

11 lines
169 B
JSON
Raw Permalink Normal View History

2024-07-25 14:58:42 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
},
"jsx":"preserve"
},
"exclude": ["node_modules", "dist"]
}