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