bi/vue/jsconfig.json

9 lines
145 B
JSON
Raw Permalink Normal View History

2022-01-26 16:40:50 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}