sl-express/project-slwl-admin-vue/jsconfig.json
shuhongfan cf5ac25c14 init
2023-09-04 16:40:17 +08:00

11 lines
172 B
JSON

{
"compilerOptions": {
"experimentalDecorators":true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}