16 lines
300 B
JSON
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": {}
|
|
}
|