Files
template-taro/project.config.json
Qingtian239113 a379f2c2da Initial commit
2022-03-28 11:26:51 +08:00

15 lines
273 B
JSON

{
"miniprogramRoot": "./dist",
"projectname": "template-taro",
"description": "",
"appid": "xxxxxxxx",
"setting": {
"urlCheck": true,
"es6": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram",
"checkSiteMap": false
}