dashboard
repositories
filestore
activity
search
login
甘晶君
/
jiaotongdaxue
北京交通大学驾驶舱
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: 项目实况开发
Gary Gu
5 days ago
e0c0c33de3eab17a123ee4ffa7210758b5b48405
[~ganjingjun/jiaotongdaxue.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
{
"vueCompilerOptions": {
"target": 2.7
},
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}