redball/project.config.json
zhangkun9038@dingtalk.com 5e108532d8 first add
2025-02-01 12:43:55 +08:00

16 lines
300 B
JSON

{
"miniprogramRoot": "./",
"appid": "your-appid",
"projectname": "mobile-game",
"description": "My mobile game",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true
},
"compileType": "miniprogram",
"libVersion": "2.30.0",
"condition": {}
}