Files
fesatcodeMiniApp/project.config.json

35 lines
692 B
JSON
Raw Normal View History

2025-08-14 14:52:01 +08:00
{
"appid": "wx2348364fdabf3c4a",
"compileType": "miniprogram",
"libVersion": "3.2.1",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmManually": true,
"packNpmRelationList": [
{
"packageJsonPath": "./package.json",
"miniprogramNpmDistDir": "./"
}
],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"checkSiteMap": false
},
"condition": {},
"editorSetting": {
"tabIndent": "auto",
"tabSize": 2
}
}