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