integrated_traffic_vue/jsconfig.json

11 lines
111 B
JSON
Raw Normal View History

2024-01-04 09:02:38 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
}
}