bi/vue/jsconfig.json
1340691923@qq.com ebbf4120bf 第一次提交
2022-01-26 16:40:50 +08:00

9 lines
145 B
JSON

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