go17/skills/web/vue-project/jsconfig.json
2024-12-29 10:10:52 +08:00

9 lines
116 B
JSON

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