welfare-admin/jsconfig.json

12 lines
182 B
JSON
Raw Normal View History

2021-08-11 15:44:50 +08:00
{
"compilerOptions": {
"target": "es6",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*"]
}