13 lines
270 B
JSON
13 lines
270 B
JSON
|
{
|
||
|
"description": "项目配置文件",
|
||
|
"setting": {
|
||
|
"urlCheck": true,
|
||
|
"es6": true,
|
||
|
"postcss": true,
|
||
|
"minified": true,
|
||
|
"newFeature": true
|
||
|
},
|
||
|
"compileType": "miniprogram",
|
||
|
"appid": "touristappid",
|
||
|
"projectname": "mp-html"
|
||
|
}
|