dashboard
repositories
filestore
activity
search
login
7_kp_wubaiHero
/
7_wubaiHero_client_creator
h5
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
121212
difenduandada
2024-12-31
34abe6963b344c882358274957f4b992456fee40
[7_kp_wubaiHero/7_wubaiHero_client_creator.git]
/
zsyz_client_h5
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"experimentalDecorators": true
},
"exclude": [
"node_modules",
".vscode",
"library",
"local",
"settings",
"temp"
]
}