25 lines
457 B
JSON
25 lines
457 B
JSON
{
|
|
"description": "TKMind WeChat Mini Program",
|
|
"packOptions": {
|
|
"ignore": [
|
|
{
|
|
"type": "folder",
|
|
"value": "node_modules"
|
|
}
|
|
]
|
|
},
|
|
"setting": {
|
|
"urlCheck": true,
|
|
"es6": true,
|
|
"enhance": true,
|
|
"postcss": true,
|
|
"minified": true
|
|
},
|
|
"compileType": "miniprogram",
|
|
"miniprogramRoot": "./",
|
|
"libVersion": "3.8.8",
|
|
"appid": "touristappid",
|
|
"projectname": "tkmind-miniapp",
|
|
"condition": {}
|
|
}
|