vue3-study/jsconfig.json

9 lines
116 B
JSON
Raw Normal View History

2024-08-04 14:57:46 +08:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}