sl-express/project-slwl-admin-vue/jsconfig.json

11 lines
172 B
JSON
Raw Permalink Normal View History

2023-09-04 16:40:17 +08:00
{
"compilerOptions": {
"experimentalDecorators":true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}