Files
shoot-miniprograms/project.config.json

30 lines
564 B
JSON
Raw Normal View History

2025-04-10 11:11:46 +08:00
{
2025-05-23 20:58:24 +08:00
"appid": "wxa8f5989dcd45cc23",
2025-04-10 11:11:46 +08:00
"compileType": "miniprogram",
"libVersion": "3.7.7",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
2025-05-16 15:56:54 +08:00
"tabSize": 2,
"printWidth": 120
2025-04-10 11:11:46 +08:00
}
2025-05-16 15:56:54 +08:00
}