MatchMaster/build-templates/wechatgame/project.config.json

51 lines
1.1 KiB
JSON

{
"description": "项目配置文件。",
"cloudfunctionRoot": "./cloudfunctions",
"miniprogramRoot": "./",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": false,
"newFeature": false
},
"compileType": "game",
"libVersion": "3.8.10",
"appid": "wx30f74367b3d3e7a6",
"projectname": "ColorBlock",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": [],
"current": -1
},
"miniprogram": {
"current": -1,
"list": []
}
},
"isGameTourist": false,
"packOptions": {
"ignore": [
{
"type": "folder",
"value": "cocos"
}
],
"include": []
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
"simulatorPluginLibVersion": {}
}