dashboard
repositories
filestore
activity
search
login
main
/
multimedia-controller
多媒体交互控制器
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
根据路由变更页面标题
guoshilong
2023-03-21
f98e8cb40bfbee4b98660c9d02e3d3f54de9e628
[multimedia-controller.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}