megrez/frontend/jsconfig.json
2024-12-29 01:02:31 +08:00

13 lines
187 B
JSON

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