DocumentCheck_vue/jsconfig.json

12 lines
182 B
JSON
Raw Normal View History

2024-10-25 09:48:55 +08:00
{
"compilerOptions": {
"target": "es6",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*"]
}