dashboard
repositories
filestore
activity
search
login
main
/
forest-fire-web
林火综合应急信息管理系统大屏
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://192.168.0.105:10010/r/forest-fire-web
guanqb
2023-03-10
86b1f5115a3392e37c4e6d8669db47e5a433389e
[forest-fire-web.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"
]
}
}