Files
wjh/vue/jsconfig.json
2026-05-24 00:24:56 +08:00

9 lines
116 B
JSON

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