Files
miniprogram-picker/example/project.config.json

41 lines
674 B
JSON
Raw Normal View History

2018-12-15 16:42:42 +08:00
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"autoAudits": false,
"nodeModules": true
},
"compileType": "miniprogram",
"libVersion": "2.4.2",
"appid": "wx1ff48fdc24aaf3eb",
"projectname": "miniprogram-picker-example",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
}
}