beizeValveMesVue/jsconfig.json

10 lines
181 B
JSON
Raw Permalink Normal View History

2024-11-28 13:40:47 +08:00
{
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist", ".vscode"]
}