LaoMenDian_ShouZhiMei/mch/jsconfig.json

12 lines
182 B
JSON
Raw Permalink Normal View History

2025-07-16 17:27:54 +08:00
{
"compilerOptions": {
"target": "es6",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*"]
}